Add a New Issue Comment
POST {{baseUrl}}/issues/:id/comments?fields=id,author(login,name,id),deleted,text,updated,visibility(permittedGroups(name,id),permittedUsers(id,name,login))
Add a new comment to an issue with a specific ID.
Put the ID of the issue into the sampleIssue
variable or replace the variable with the issue ID in the URL.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string |
Request Body
{"text"=>"Disregard the previous comment. The problem still requires investigation.", "visibility"=>{"permittedGroups"=>[{"id"=>"{{groupID}}"}], "$type"=>"LimitedVisibility"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |