Forums

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

How to retrieve issue with comments via jira rest api?

George Chuene November 28, 2018

Hi. How can I retrieve issue with comments fields via rest api?

2 answers

0 votes
George Chuene November 28, 2018

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  

George Chuene November 29, 2018

How can I specify the comment field to be returned on my jql query response?

0 votes
Mirek
Community Champion
November 28, 2018

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}

Suggest an answer

Log in or Sign up to answer