Forums

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

can not update comment while updating the issue state

Nikhil Shiragave April 8, 2020

{
"update": {
"comment": [
{
"add": {
"body": "{{comment}}"
}
}
]
},

"resolution": {
"name": "{{resolution}}"
}
,
"transition": {
"id": "{{transition_id}}"
}
}

 

 

getting result as 

{"errorMessages":[],"errors":{"comment":"Comment body can not be empty!"}}
<Response [400]>

0 answers

Suggest an answer

Log in or Sign up to answer