Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 211971

Adding comment to a JIRA issue ticket using REST API in R

$
0
0

I would like to add more comments to an existing JIRA ticket using REST API pro grammatically from R

I tried the following based on this link in this forum but did not work:

library(httr)

POST("https://xxxxxx.atlassian.net/rest/api/2/issue/issueId/comment",body = "New Comment", authenticate(userid,password, "basic"))

Viewing all articles
Browse latest Browse all 211971

Trending Articles