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.
Would somebody be able to assist in helping lead me to getting a list of all tasks/sub-tasks in a project and their transition history? I am trying to track the status of each task/sub-task from To Do to Done. I am trying to use the REST API to import the data into Power BI, but I am running into issues.
Hello @Cheyenne Lawrence
The REST APIs of Jira Server can't do all that 'in one go'... you'll have to break it down into steps.
1. Get all the tasks in the project. This will contain the information as to which tasks have sub-tasks (children) and the ids of those sub-tasks
2. For every task that has a sub-task, get the worklog of each sub-task and parse it to find whenever the status of that sub-task changed from To Do to Done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.