Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Tracking productivity Time

Danielle.Hawkins
Contributor
July 12, 2022

Our Organization (several departments) are going remote by September '22. I would like to know if there is any tracking device within JIRA to see how long a issue was with an individual? Meaning, the developer has some time working on an issue, then that issue gets passed on to code review, which is another individual, then it gets passed on to testing, another individual. Is there a way to track how much time an individual had an issue in their possession? Please advise and thanks in advance.  

5 answers

3 accepted

3 votes
Answer accepted
Karolina Wons_SaaSJet
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 13, 2022

Hello @Danielle.Hawkins 

A great way to track productivity is to monitor how long an issue has been spent in inactive statuses and at which stages some delays occur. 

For such an aim, you can try Time in Status for Jira Cloud, which allows tracking time in each status and how long an issue has been assigned to a particular assignee with the Assignee time report. 

tisbyassignee.png

This add-on is developed by my team and is free for teams up to 10 users.

Hope you find it helpful)

Danielle.Hawkins
Contributor
July 13, 2022

@Karolina Wons_SaaSJet thanks for the tip! This information is very useful. Thanks again!

Like Karolina Wons_SaaSJet likes this
Karolina Wons_SaaSJet
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2022

@Danielle.Hawkins you're welcome

0 votes
Answer accepted
Rahul_RVS
Atlassian Partner
July 13, 2022

Hi @Danielle.Hawkins 

For a ready made solution, you can try out our add-on to get this data.

The main features are as below
  • Multiple Time in Status Reports. Excel Export available for all status reports.
    • Time in Status
    • Time with Assignee
    • Time in Status with Assignee
    • Time with Assignee per Status
    • Status/Assignee Count
    • Multiple Transition Reports
    • Avg Time in status reports
    • Status Transition Dates Report
    • Time in Status Per Time Grain
    • Time with Assignee Per Time Grain
  • Status grouping
  • Save your reports
  • CSV Export
  • Multiple chart types
  • Dashboard Gadget

TWA.PNG

Danielle.Hawkins
Contributor
July 13, 2022

Thanks a bunch, extremely helpful! 

0 votes
Answer accepted
Mehmet A _Bloompeak_
Atlassian Partner
July 13, 2022

Hi @Danielle.Hawkins

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. You can also get a report that shows how much time passed on each assignee.

Here is the online demo link, you can see it in action and try without installing the app. For your case, you can have a look at "Time in Assignee" report.

  • This app has a dynamic status grouping feature so that you can generate various valuable reports as as time in status, time in assignee, status entry dates and status counts, cycle time and lead time, average/sum reports by any field(e.g. average in progress time by project, average cycle time by issue creation month).
  • You can search issues by Project, Issue Type, Status, Assignee, Issue Creation/Resolution Date(and any other Date field) and JQL Query.
  • Status durations are calculated according to the working calendar you define. 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.
  • You can set different duration formats.
  • You can export reports in CSV file format and open them in MS Excel.
  • You can also add this app as a gadget to your Jira dashboards and reach “Status Time” from Issue Detail page.
  • You can enable/disable access to Status Time reports&gadgets and Issue Detail page per project, users, groups or project role.

If you are looking for a free solution, you can try the limited version Status Time Free.

Note: If you are interested in cycle and lead time, you can have a look at the article below.

Cycle Time and Lead Time in Jira: Productivity Measurement with Two Critical Parameters

Hope it helps.

Danielle.Hawkins
Contributor
July 13, 2022

Thank you so much, very helpful information. 

Like Mehmet A _Bloompeak_ likes this
0 votes
Emre Toptancı _OBSS_
Atlassian Partner
July 20, 2022

Hello @Danielle.Hawkins ,

The data you are looking for is available in each issue's history but Jira does not provide these as ready-to-use reports. You will need to use a marketplace app for these.

If you are OK with using a marketplace app for this, our team at OBSS built Timepiece - Time in Status for Jira for this exact need. It is available for Jira Server, Cloud, and Data Center.  

Time in Status mainly allows you to see how much time each issue spent on each status and on each assignee.

tisCloud_StatusDuration_LeadTime_with Estimates.png  tisCloud_AssigneeDuration.png     

There are also Status Duration by Assignee and Assignee Duration by Status reports that show status times broken down to assignees or vice versa.

tisCloud_AssigneeDurationPerStatus.png  tisCloud_StatusDurationPerAssignee.png

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 sprint, week, month, issuetype, request type, etc. The ability to group by parts of dates (year, month, week, day, hour) or sprints is particularly useful here since it allows you to compare different time periods or see the trend.

tisCloud_StatusDuration_LeadTime_Average_TimeGrouped.png

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.

Gadget_AverageStatusDurationByComponent.png  tisCloud_StatusDuration_LeadTime_Chart.png

Using Time in Status you can:

  • See how much time each issue spent on each status, assignee, user group and also see dates of status transitions.
  • Calculate averages and sums of those durations grouped by issue fields you select. (For example, see average InProgress time per project and per issue type.)
  • Export your data as XLS, XLSX, or CSV.
  • Access data via REST API. (for integrations)
  • Visualize data with various chart types.
  • See Time in Status reports on Jira Dashboard gadgets

Timepiece - Time in Status for Jira

EmreT

0 votes
Craig Nodwell
Community Champion
July 12, 2022

Hi @Danielle.Hawkins the only way I know to do this within Jira is through a plugin.  There's at least two that will satisfy this requirement that I'm familiar with. 
Scriptrunner and Time In Status.
Time In Status may be the best option for you as it has a bunch of rich built in features for tracking time.  Scriptrunner on the other hand gives you a whole lot but to leverage the features for your requirement would require under the hood scripting.

I hope that helps.

Danielle.Hawkins
Contributor
July 12, 2022

Thank you, I appreciate the quick response and I will also look into those two plug-ins. Thanks a bunch!

Like Craig Nodwell likes this
Craig Nodwell
Community Champion
July 12, 2022

You're welcome.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events