Hi @Sharon
You can use Jira Rest APIs to capture this information or you can use a third party app as well to get this data easily. If you are open to try out one, do take a look at
One of the many reports which the app provides is Status Transition Details which provides the information of when the issue transitioned to which state and by whom.
The app has 20+ reports to meet a variety of time in status use cases. Do give it a try.
Disclaimer : I work for the vendor who built this app
Hi @Sharon
Please check here -
https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#about
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sharon
JQL is a method to select issues, not retrieve dates of status changes.
Can you provide more details about what you are trying to accomplish?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Most of our work goes from status "not started" to "In progress". We want to track the original date that the task was moved from Ira status, not started to in progress. This is a metric on aged tasks. Hope that makes sense.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sharon
As others have suggested you can use third party apps or the REST API to try to get that information.
As a go forward solution you could create a custom field to record the date an issue first transitions to In Progress, and use an Automation Rule to set that field. While you could then use that field in a JQL to select issues, by itself it would not give you a metric about task age.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could also potentially use Automation Rules to backfill the field in past issue, using the Send Web Request action to make calls to the Jira REST API and then parsing the output to find the data to fill in the field.
I haven't done much with the Send Web Request action myself, but there was an article published on it in 2020:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sharon
Jira maintains this information in the issue history (you can see it if you navigate to History in the Activity section of an issue), however doesn't easily surface it in a search result.
If you want to (or have to) rely on native Jira, the only real solution I can think of is to use Jira Automation to capture the transition date, write it into a custom field, and add the custom field to your search result. This article might be a good starting point.
Alternatively, if a solution from the Atlassian Marketplace should become an option for you, you'll find a number of relevant apps there. I'll provide more information below.
Hope this helps,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To expand on my last point: If you open to solutions from the Atlassian Marketplace, your use case would be easy to solve using the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a number of so-called history columns that aren’t natively available, including the date of [first/last] transition from [status] to [status].
This is how it looks in action:
As you can see above, you can easily sort and filter by your history columns, and also use them across JXL's advanced features, such as support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting.
Of course, you can also export your data to CSV or Excel/Google Sheets in just one click.
This all just works - there's no scripting or automation whatsoever required.
Any questions just let me know!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sharon
Jira doesn't have a built-in solution for status transition dates. If you prefer using a marketplace app, you can try Status Time Reports app developed by our team. It mainly provides reports and gadgets based on how much time passed in each status.
Here is the online demo link, you can see it in action and try without installing the app.
To get a report of status transition dates, you can have a look at Status Count And Entry Dates report. Entry date(see In Development, Ready for Testing, In Testing, In Development columns.) is status transition date and status count(see #In Development, #Ready for Testing, #In Testing, #In Development columns) is how many times an issue is entered to this status.
App Features:
For further details, you can have a look at Status Time Reports How to Videos.
If you are looking for a completely free solution, you can try the limited version Status Time Reports Free.
If you have any questions, feel free to schedule a demo with us.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sharon
1) As a workaround to capture the status date change, you can check out the Activity Stream gadget (available natively in Jira). There are separate activities to check such as Issue transitioned or Issue progress started.
It will capture the date of change for all statuses.
2) You can also check the Issue History for Jira app, which is developed by my team. Here, you can select a specific transition you are interested in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Yuliia, I wasn't aware of the functionality for the Activity Stream gadget. This could be a good solution!
Unfortunately, it's impossible for me to download third party apps (company policy).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sharon ,
The required data is available in each issue's history but you will need to use a marketplace app or develop your own solution with Jira REST API to get ready-to-go reports.
If you are ok to use a 3rd party app, that report is available in our application where you can directly learn the transition dates without having to deal with Jira issue histories. The app is Timepiece (formerly Time in Status) , the oldest and leading Time in Status app in Atlassian Marketplace, which is built by my team at OBSS. It is available for both Jira Cloud, and Data Center.
You can use the date-based reports to see the transition dates from/to a status. In the screenshot below you can see the transition dates of the issues to each status. I think this report will be spot on for your needs.
Visit Timepiece (formerly Time in Status) to explore and enjoy a 30-day free trial to experience the full range of features.
If you wish, you can also schedule a live demo. We will provide a comprehensive overview of the application and address any inquiries you may have.
Hope it helps,
Gizem
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.