I would like to create a report with JQL, but one of my field must be when the item was first worked on , thus either added to a sprint for the first time or moved from a 'to do' state into any next state. The fields i need to use must be out of the box. Any ideas on how to do find that type of date?
There are some solutions I'd like to suggest:
1. You can see when an item is moved from state to state with the history option in the activity section.
To make a report you can try to export the data via REST API.
2. With the Issue History for Jira plugin you can add any field to the grid and get the report you need. My team has developed it as a journal for every past activity. So, you'll get the info when the status was changed. You can filter by project, sprint, date range.
3. Time in Status for Jira Cloud is equipped with Status Entrance Date report. It shows the date and time when the issue was moved to each state.
It is developed by my team, so let me know if you have any questions.
If you are ok with a marketplace app to get this data you can try out our app.
The add-on provides the date when issue was transitioned to different statuses. Also it provides the time in each status for the entire lifecycle of the issue and you can filter by issue type as well. You can also combine your statuses to define your lead/cycle/resolution time and also extract the transitions history of the issues. The main features of the app are as below
Disclaimer: I work for RVS, the vendor for this app, and I am one of the developers of the app.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Lize Gersbach ,
Jira keeps issue changes in each issue's history (that you can see in the History tab on issue view screen) but this data is not available on a Jira field or as an out-of-the-box report.
Our team at OBSS built Timepiece - Time in Status for Jirafor this exact need. It is available for Jira Server, Cloud, and Data Center.
Time in Status has 4 types of Date Reports that show the First/Last transition date From/To each status.
Additionally Time in Status allows you to see how much time each issue spent on each status and on each assignee.
For all numeric report types, you can calculate averages and sums of those durations grouped by the issue fields you select. For example total in-progress time per customer (organization) or average resolution time per week, month, issuetype, request type, etc. The ability to group by parts of dates (year, month, week, day, hour) is particularly useful here since it allows you to compare different time periods or see the trend.
The app calculates its reports using already existing Jira issue histories so when you install the app, you don't need to add anything to your issue workflows and you can get reports on your past issues as well. It supports both Company Managed and Team Managed projects.
Time in Status reports can be accessed through its own reporting page, dashboard gadgets, and issue view screen tabs. All these options can provide both calculated data tables and charts.
And the app has a REST API so you can get the reports from Jira UI or via REST.
Using Time in Status you can:
Timepiece - Time in Status for Jira
EmreT
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By Default Jira does not provide this feature as transition date is not store in any field so you can not see it on the report form.
Transition date and time you can see it in the issue history or transition tab of the issue. but it will be on individual issue.
Workaround - like @Mikael Sandberg mentioned you need to store that transition date in some custom field using script or some automation. - You can write custom field update script which will update the date in that custom field when issue move from TODO to next status in the postfunction.
Then you can use that custom field in the report or issue navigator.
For existing issue you can also write script which will process existing issue and take the transition date from the issue transition history and update the custom field with that date and then you can see that date in the issue navigator.
Let me know if you have any queries.
Thanks,
Sachin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would have to use a custom field to set the date when the issue moved out of the ToDo status. You can use an automation to set the field when the transition happen, and once you have the field set up you can use that in your report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this. Not what I was hoping for.
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.