Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Add comment and Do Transitions via rest api v3

Rajesh Ale February 10, 2022
{
"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)”
    }
}

1 answer

0 votes
Tim Perrault
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 10, 2022

Suggest an answer

Log in or Sign up to answer