I would like to measure time from putting User story into "in progress" status to "released" status. I see that jira gadget Resolution time calculates time starting from create date. Is there any other option to measure time from putting in progress?
If you have some plugins that allow scripting instaled on you jira instance you can always create a postfunction on you workflow that create a timestamp of the transitions you want.
This is a more manual way of configuring that compared to the @Alexey Matveev solution.
Hello,
You would need a plugin for it.
For example, you could use the Issue History Collector plugin:
https://marketplace.atlassian.com/apps/1211499/issue-history-collector?hosting=cloud&tab=overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is Issue History Collector really providing the time between:
- moment the ticket is set to InProgress status and
- date/time the ticket is released (the ticket is added to Release which has release date;
, or the tool is providing the time between:
- setting status to InProgress and
- setting status to Done?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, as the alternative, you can try free trial veresion of Time in status for Jira Cloud by SaaSJet
The add-on automatically calculate:
- Time in status - automatically determines for how long your issues had been staying in each status.
- Assignee Time - shows time that a particular assignee was assigned to each issue
- Average Time - calculates average time that issues spent in status
- Status Entrance Date - saved date when each issue entered to each of the statuses at first.
- Status and Transition Count - calculate how many times an issue has been in each status and how many times an issue went from status to status
- Time in status per Date - sums the time a task was in each status at a particular date
Moreover, there are features that allow you to export data and view all reports as charts.
Hope this information is helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Ilona Marczak
I suggest you take a look at the original Time in Status by OBSS. Our app does exactly what you need
We now have Server, Data Center and Cloud options.
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.