You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a requirement to get the activity data inside a jira SD ticket but i am unable to find a rest api using which i can access the data, i need help in finding the rest api through which i can access activity data of a jira sd ticket
You can use the get issue endpoint with expand parameter, this will allow you to expand, changelog.
https://docs.atlassian.com/software/jira/docs/api/REST/9.3.2/#api/2/issue-getIssue
Something like
{jira_baseURL}/rest/api/2/issue/{issueIdOrKey}?expand=changelog
Regards
Hi @Florian Bonniec thanks for the reply.
I checked the change log also but it does not gives me data which comes in the activity tag of a JIRA ticket. Maybe i was unable to phrase my requirement correctly.
When i did the inspect element, the activity tab calls
Request URL:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Suryansh Tiwari ,
welcome to the Atlassian community!
You can retrieve issue history through the following rest api https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-changelog-get
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Fabio Racobaldo _Herzum_ thanks for the reply.
I checked the change log also but it does not gives me data which comes in the activity tag of a JIRA ticket. Maybe i was unable to phrase my requirement correctly.
When i did the inspect element, the activity tab calls
Request URL:
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.