Excerpt | ||
---|---|---|
| ||
Calculates the time passed between statuses/events, similar to the Time Between |
...
Custom Field but this field calculates all |
...
durations between sub-tasks |
...
within an issue. |
You can track time through all sub-tasks grouped by your JQL.
Assume you have an issue and you want to calculate the time passed through sub-tasks according to the issue types (development, analysis, test).
You can add as many group groups as you want to by giving a JQL (e.g. 'issueype = Development), then the custom field will calculate all of the time passed through sub-tasks grouping grouped by the users. Clicking on the field will give user details. Here is a snapshot to clarifydemonstrate this:
To define the Time Analyzer
...
Custom Field
- Navigate to JIRA to Jira Admin > Add-ons > Enhancer Plugin Menu > Custom Field Configuration and switch to go to the Time tab.
- Click on on the Add new Time Analyzer custom field link button button.
- Click on theicon to edit the name of the field.
- Click the Add new Time Group link button button and a sub-dialog (similar to the Time Between fieldCustom Field).
...
...
- Create a Name for the group.
- Select the origin and target events, they can be any status or an event like 'Resolution'
...
- and 'Reopening' regardless of status.
- A Calendar can be selected. Working calendars can be defined
...
- in Jira Admin > Add-ons > Enhancer Plugin Menu > Working
...
- Calendars menu item.
- The Occurrence can be set to display only the "First" or "Last" occurrence, or an aggregated result with a "Cumulative" option.
...
- Tick the Latest Origin checkbox if you want to calculate the duration from the latest origin status. For instance, assume you have a workflow of Open - In
...
- Progress - Resolved - Closed, and you want to calculate working duration from Open to Resolved.
If the issue's status has been set to Open - In
...
- Progress - Open - In
...
- Progress - Resolved (
...
- in this order) and you want to calculate time from the latest Open, you should
...
- enable the Latest Origin flag. Otherwise it will calculate from the first Open status in issue history.
...
- Type JQL to get aggregated results for the group.
- Configure
...
- the Time formatter display options (both for the issue main view and navigator view).
- Click on the Add New Time Between
...
- button.
- Repeat adding time groups for every group you want to see these separately (Development development tasks, analysis tasks, test tasks, )..)