-
Bug
-
Resolution: Timed out
-
Low
-
1
-
Severity 3 - Minor
-
Issue Summary
Comment not added with Jira API transition Issue v3
Steps to Reproduce
- Call the Jira Cloud REST API v3 endpoint to Transition issue
- The payload is correctly populated
... "update": { "comment": [ { "add": { "body": { "type": "doc", "version": 1, "content": [ { "type": "paragraph", "content": [ { "text": "Bug has been fixed", "type": "text" } ] } ] } } } ] }, ...
Expected Results
- Comment should be added into the ticket when transitioned
Actual Results
- Comment not added into the ticket when transitioned
Workaround
- Use the v2 of Transition issue.
- is related to
-
EX-1396 Loading...