Hi All,
I am trying to update the below description using REST API (Issue Transition) .
But it is not and giving the error. (400- Bad request)
"When logged in as abc\pqr, getting an internal error message"
Input Json Request :
{"transition": { "id": "201" }, "fields": { "resolution": {"name": "N/A"}, "description":{"version":1,"type":"doc","content":[{"type":"paragraph","content":[{"type":"text","text":"WHen logged in as abc\pqr, getting an internal error message"}]}]} }}
Can anyone face this kind of issue, Pls let me know..
Thanks
Vishnu