Help for this page

Select Code to Download


  1. or download this
    curl -D- -u myUsr:myPwd -X PUT --data '{ "update": { "comment": [ {"ad
    +d":{"body":"new comment via rest"} } ] } }' -H "Content-Type: applica
    +tion/json" 'http://myjira:8080/rest/api/2/issue/TSP-3'
    
  2. or download this
        local $ua, $key, %form, $response, $responseTxt;
        local %req;
    ...
            die $response->status_line;
        }