=> $expected->{name},
#pod data => $expected->{data},
#pod });
#pod $got = $test->JSON->decode($results->decoded_content);
#pod }
#pod catch {
#pod $results = $_;
#pod diag($te
e => "Bug",
#pod self => "$host/rest/api/latest/issuetype/10004",
#pod subtask => JSON::PP::false,
#pod });
#pod };
#pod
#pod =end testing
#pod
#pod =cut
#------------------------
ent> object inside the L<JIRA::REST|JIRA::REST> object being used.
=head2 B<JSON>
An accessor that returns the L<JSON|JSON> object inside the L<JIRA::REST|JIRA::REST> object being used.
=head2 B<ma
itic (Capitalization)
sub REST_CLIENT { return shift->JIRA_REST->{rest} }
sub JSON { return shift->JIRA_REST->{json} }
## use critic
sub make_object { return shift->factory->make_object( @_ ) }
d $thing ) {
if ( $class eq 'JSON::PP::Boolean' ) {
return $thing ? 'JSON::PP::true' : 'JSON::PP::false';
}
if ( $class eq 'JSON' ) {
return "$thing";
ent> object inside the L<JIRA::REST|JIRA::REST> object being used.
=head2 B<JSON>
An accessor that returns the L<JSON|JSON> object inside the L<JIRA::REST|JIRA::REST> object being used.
=head2 B<ma
ent> object inside the L<JIRA::REST|JIRA::REST> object being used.
=head2 B<JSON>
An accessor that returns the L<JSON|JSON> object inside the L<JIRA::REST|JIRA::REST> object being used.
=head2 B<ma