{
"update": {
"comment": [
{
"add": {
"body": "Requesting support from HelpDesk."
}
}
]
},
"transition": {
"id": "71"
}
}
Above request works with rest api v2, any idea how to make it work for v3 . getting this error for v3
{
“errorMessages”: [],
“errors”: {
“comment”: “Operation value must be an Atlassian Document (see the Atlassian Document Format)”
}
}
Hi @Rajesh Ale
Take a look at this document https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments/#api-rest-api-3-issue-issueidorkey-comment-post
Thanks,
Tim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.