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.
Hello,
Currently I am looking for a Rest API end point in Jira where it can list the custom field date and its history and its last modified date also looking to get the cascading custom field data in csv in to a separate columns.
Hi,
You will need to use the changehistory parameter when you access an issue viz Rest API.
Then you'll need to iterate over each history item to get the data you want.
Hello Mohamed,
Thanks for your response, but i am completely new to Jira rest api's could you provide me the reference docs where i can achieve it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Here the REST API documentation
https://docs.atlassian.com/software/jira/docs/api/REST/8.16.2/#api/2/issue-getIssue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Mohammed,
I have used some script and now able to see the history of a field data.
Thanks!
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.