Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Access Comments for an Issue

David Welsh August 15, 2013

Hey,

I'm attempting to access a JIRA Issues comments using the SDK, so I can browse through them looking for one done at the same time as a Status Change.

However, I'm having a hard time finding any documentation or anything on Google that will allow me to get all the comments for a specified issue.

Any help would be appreciated.

Thanks!

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Henning Tietgens
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 15, 2013

If you have an issue you can use the com.atlassian.jira.issue.comments.CommentManager to get all comments:

commentManager.getComments(issue);

Henning

David Welsh August 15, 2013

Well... I was expecting it to be something like that. Maybe I should go to sleep now.... Thanks!

TAGS
AUG Leaders

Atlassian Community Events