Need to get issue details from JIRA

Jyotiranjan Rout July 20, 2015

Hello,

I need these details for any particulate issue:

commentParentID,commentParentKeyID,commentgrouplevel,commentcreated,commentupdated,commentupdatedauthor

comment field does not showing me all details.

I checked here, https://docs.atlassian.com/jira/REST/latest/#d2e847

However, this does not give me all the details. Please give me specific location(link), from where I can get these deatils?

Thanks.

1 answer

0 votes
trevorcampbell July 21, 2015

I am unsure what data you are not finding.  The full comment data should be included in the results you get from

rest/api/2/issue/{issuekey}

or individual comment

rest/api/2/issue/{issuekey}/comment/{comment-id}

I am not sure what you are refering to by "commentParentID" and "commentParentKeyID" but presume it is the issue id & key. These are returned in te full issue query, but not in the individual comment query.

The "commentgrouplevel" is returned as "visibility".

For example on our public issue tracker you should be able to see comments returned in.

https://jira.atlassian.com/rest/api/2/issue/JRA-28576

You will not see any issues or comments via rest that you are not authorised to see viaa the web interface

 

Suggest an answer

Log in or Sign up to answer