Hi team,
I am trying to fetch jira tkt activity data from a project in our jira DC instance via rest API.
This data would be used else where .
Can any one help with what specific API to use?
What "activity" data are you trying to get? The Activity section of the issue includes Comments, Change History, and Work Logs.
This one retrieves all the information for an issue, including the change log, work logs, and comments:
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/issue-getIssue
If you want just the comments, this api is for getting the comments associated with an issue:
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/issue-getComments
If you want just the work logs, this one is for getting Work Logs
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/issue-getIssueWorklog
I did not see an api for getting just the change log.
Caveat: I don't actually use the API. I just looked in the reference document:
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.