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"))