Subversion Repositories DevTools

Rev

Rev 4625 | Rev 5686 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4625 Rev 4697
Line 1004... Line 1004...
1004
                       'Content-Type' => 'application/json',
1004
                       'Content-Type' => 'application/json',
1005
                       'Content' => $json_text,
1005
                       'Content' => $json_text,
1006
                       );
1006
                       );
1007
 
1007
 
1008
        unless ($rv->is_success) {
1008
        unless ($rv->is_success) {
1009
            DebugDumpData("Jira Request", $rv);
1009
            #DebugDumpData("Jira Request", $rv);
1010
            Error("Jira Issue Access:", $rv->status_line);
1010
            Error("Jira Issue Access:", $rv->status_line);
1011
        }
1011
        }
1012
        my $rx_json = from_json($rv->content);
1012
        my $rx_json = from_json($rv->content);
1013
 
1013
 
1014
        #
1014
        #