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
We have a need to track how long a field contains a specific value. As an example, let's say we have a field called Dev Status. The possible values are Level 1, Level 2, and Level 3.
We want to be able to report on how long the issue had a value of Level 1 in the Dev Status field before it was changed to Level 2. Likewise to Level 3.
To further complicate it, we also want to track if the value goes "backward", let's say from Level 2 back to Level 1.
I am assuming we're talking about some kind of API query process here, but I don't really know how that type of thing works with Jira.
Any guidance appreciated.
Easiest way I have found to export all data and be able to query the history sections is by use of an add on.
The following add on allows for export of change history and has the ability in the export app to show you time between changes.
Advanced Export | Atlassian Marketplace
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.