Hi. How can I retrieve issue with comments fields via rest api?
Hi Mirek, thanks for your response. I have used that URL for retrieving the issue data but the comment field is always empty even there are some comments added on the issue
How can I specify the comment field to be returned on my jql query response?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Comment data should be possible to get from
rest/api/2/issue/{issuekey}
or also if you need individual comment then you might need use this...
rest/api/2/issue/{issuekey}/comment/{comment-id-goes-here}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.