I would like to record the movement date between the statuses. the new fields are to support the storage of dates. but will not be registered by the user, will be registered by the post function
Hello @Swaroop ,
As others pointed out, this data is available in each issue's history but you will need to do some custom development to extract it and turn it into a report.
For a ready built solution that offers great flexibility and details, our team at OBSS built Time in Status app for this exact need. It is available for Jira Server, Cloud and Data Center.
Time in Status allows you to see how much time each issue spent on each status or assigned to each assignee as well as entry/exit dates for all statuses. You can calculate averages and sums of those durations and count grouped by issue fields you select. (For example see the total InProgress time per Epic). You can also combine statuses into consolidated columns to see metrics like Ticket Age, Cycle Time or Lead Time.
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.
The app has Custom calendar support which means you can get your reports based on a 24/7 calendar or your custom business calendar. (This one is important because a 24/7 calendar in most cases shows misleading data. For example an issue created at 16:00 on Friday and was resolved at 09:00 on next Monday seems to stay open for 2,5 days but in terms of business hours, it is only a few hours. You can see this using Time in Status by OBSS.)
Using Time in Status you can:
Timepiece - Time in Status for Jira
EmreT
Hi @Swaroop ,
You can try Status Time app developed by our team at Bloompeak. It provides reports on how much time spent on each status as well as status entry dates and status count.
Once you enter your working calendar into the app, it takes your working schedule into account too. That is, "In Progress" time of an issue opened on Friday at 5 PM and closed on Monday at 9 AM, will be a few hours rather than 3 days. It has various other reports like assignee time, status count, average/sum reports(eg. average in progress time per project).
Here is the online demo link, you can see it in action and try.
If you are looking for a free solution, you can try the limited but free version, Status Time Free.
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 @Swaroop
As @Walter Buggenhout mentioned this information is already stored in the changed history. If you want to display some of those dates you can definitely use ScriptRunner for Jira.
Also it seems like your workflow has too many statuses. What is your end goal with this approach?
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Swaroop,
These transition dates are already logged automatically by the system in the issue history. You can see them mentioned under history at the bottom of your issues.
It may be an option to surface the information with scripted fields, as you can see explained in this related question.
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.