Hi,
I'm looking for some help. I was wondering if there was anyway of extracting dates that issues were transitioned to 'Done' status. I know I can pull CSV files out of jira from the search area, but there doesn't seem to be anyway to find the date of transitions in that search function. I know that the data is available as within the issue history it shows the date is transitioned to done. I need to retrieve this data to create a report for my boss and as there is a lot of issues I can't do this manually by looking at each issue individually.
Any help would be greatly appreciated.
Cheers,
Gary
Hi @Gary,
You’re right, the standard search and CSV export don’t show transition dates automatically. Every issue’s history contains that information, though manually collecting it from many issues would take a lot of time.
I can recommend you try to use Issue History for Jira (Work Item History) app from my team.
Using it, you can do the following:
The exported file will look like this:
With the help of the app, you can easily extract dates when issues were transitioned to the "Done" status.
Hope it helps you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gary,
If the resolution is being set on your issue when an issue transitions to the Done status, you should be able to look at the resolved field to get that date.
Issue history does not export out of the box from Jira, as the standard export is based on the results of a JQL search. And this returns the current state of your issue, not the history.
If you can process your Jira data with a (BI) reporting tool e.g., you could use the processed data through that solution probably for more advanced scenarios.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gary ,
Yeah - users usually build some kind of automation that 'logs' transition date/time into a specific field (date or paragraph field types).
In short, you could use smart values such as {{now}} or {{fieldChange}} to input that data somewhere else (on specific transition).
Additionally, you could use the system field named Resolved. This value is automatically entered when item resolution is set. If you only set resolution (whether automatically or manually) once you enter status "Done", this could be a way to go as well.
Cheers,
Tobi
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.