YouTrack Standalone 7.0 Help

Time Tracking Tutorial

The Time Tracking features lets you and your team report the amount of time spent working on issues in your project. This feature helps agencies track how much effort has been spent for different clients and lets development teams measure how the actual work compares to their original estimation. With this feature enabled:

  • Your team can add work items to issues.
  • YouTrack calculates the total spent time that is recorded in each issue.
  • You can create summary reports that show total spent time for different types of work.

This tutorial shows you how to configure time tracking in YouTrack and use the feature in your project.

Enable Time Tracking

The first step is sto enable the time tracking feature in your project.

To enable time tracking:

  1. Click the name of the project on the Projects page.
  2. Click the Edit project link.
  3. Select the Time Tracking tab.
  4. Select the Enable time tracking check box.

    /help/img/youtrack/7.0/timeTrackingTab_thumbnail.png

    • The time tracking feature is enabled in the selected project.
    • Additional settings for configuring time tracking are displayed.

Configure Estimation and Spent Time

With time tracking, you can estimate how much time you expect to spend to resolve each issue. This estimation is stored as a period type.

The amount of time spent that is entered in each work item is also stored as a period type. This field records the total amount of time that is reported for all work items in the issue. You cannot update this value manually — only by adding or editing work items.

The amount that is recorded as spent time is compared to the value that is stored in another period type field that stores estimations. The field that stores the estimation presents this calculation in a progress indicator. The amount of spent time that does not exceed the original estimation is drawn in green. The missing piece of the pie represents the amount of time that is left over. The time left and estimation are displayed in a tooltip when you move the pointer over the progress indicator.

/help/img/youtrack/7.0/timeTrackingSpentTimeLeft.png

When the spent time exceeds the original estimation, the progress indicator is drawn as a red circle. The tooltip displays the amount of spent time that exceeds the original estimation.

/help/img/youtrack/7.0/timeTrackingSpentTimeOverdue.png

If your project already includes fields for Estimation and Spent Time that use the period field type, YouTrack uses these fields by default for time tracking. Otherwise, YouTrack suggests that you add these fields to your project.

/help/img/youtrack/7.0/auto-attach-fields.png

If you need to reconfigure time tracking for an existing project, you can always update these settings on the Time Tracking tab.

Add Work Item Types

The next thing you need to decide is what type of work you want to track.

You may wish to count time that is spent working on issues separately for developers, QA engineers, technical writers, and so on. Each piece of work to be logged with YouTrack is recorded as a work item. Each work item has a type and a duration. The term work item is used differently in some books on Agile practices; in YouTrack, a work item is not the same as an issue, task, or ticket.

YouTrack has three pre-defined work item types: Development, Testing, and Documentation. You can add, remove, or modify work item types at the project level on the Time Tracking tab.

/help/img/youtrack/7.0/timeTrackingAddWorkItemType_thumbnail.png

An administrator can define work items at the global level on the Time Tracking page under the Administration menu. For more information, see Time Tracking.

Log Spent Time

YouTrack associates work items with a specific issue. In other words, you can log multiple work items that represent work related to the same issue. In full page view, YouTrack shows a list of work items that have been added to an issue on the Time Tracking tab. This tab is only visible if time tracking is enabled in the project.

/help/img/youtrack/7.0/fullPageTimeTracking_thumbnail.png

Users can log time spent working on an issue in minutes, hours, days or weeks. These units of time are referenced with abbreviations such as 1m, 1h, 1d, and 1w.

You can add work items on the Time Tracking tab of an issue or with a command. The Time Tracking tab displays input fields for adding a new work item.

To add a work item with a command, just start typing. For example, if you type add work 1w worked on the feature integration, a work item with the duration of one week and the description "worked on the feature integration" is added to the selected issue.

/help/img/youtrack/7.0/addworkitembycommand.png

For issues that are linked as the parent for other issues, YouTrack automatically calculates the spent time as the sum of values that are added to each subtask. This information is displayed on the Time Tracking tab of the parent task.

/help/img/youtrack/7.0/timeTrackingParentIssue.png

If you add work items to a parent task, the spent time in the parent task includes spent time from work items that are added to the parent task plus the total spent time for each of its subtasks. For this reason, we generally recommend that you avoid adding work items to parent tasks.

Track Estimations and Spent Time

While time spent by different team members can be recorded separately, the value stored in the Spent time field is the total time that is spent working on the issue, regardless of type.

To view the Estimation and Spent Time fields on the issue list, make sure that the Show in issue list setting is enabled:

/help/img/youtrack/7.0/fieldsettings.png

This example below shows the total Spent Time of one week and an Estimation of two weeks. The green part of the progress indicator shows that 50% of the estimated time is already spent.

/help/img/youtrack/7.0/timetrackingindication.png

The values for the Estimation and Spent Time fields are shown for each issue individually. The Estimation and Spent Time for parent tasks are calculated as the sum of the corresponding values for each subtask.

  • If you add work items to a parent task, the spent time in the parent task includes spent time from work items that are added to the parent task plus the total spent time for each of its subtasks. For this reason, we generally recommend that you avoid adding work items to parent tasks.
  • If you change the estimation for a parent task, the synchronization between the parent task and its subtasks is broken. To restore the synchronization and calculate the estimation for the parent task automatically, set the estimation value in the parent task to the total estimation for each of of its subtasks.

Report Your Efforts

When you need to know how much time was spent on different types of activities, create a Time Report.

To create a report:

  1. Click the Reports link in the main navigation.
  2. Under the Time Management Reports section of the page, click the Time report link.
  3. Enter a name for the report.
  4. Select one or more projects from the drop-down list.
  5. Select a time period.
  6. To group work items on the report, select a Group by option from the drop-down list.

    /help/img/youtrack/7.0/timereportGroupby.png

  7. To make the report visible to a specific group, select a group from the Visible to drop-down list.
  8. Click the Create report button:

    /help/img/youtrack/7.0/time-report-grouped-by-worktype.png

    A time report is generated for the selected projects. The report shows all work items recorded within the specified period. The work items in this example are grouped by work item type.

The default view for issues on the time report view is by issue, as shown below.

To view the time report by user, click the Per User button on the report page. If you just created the report, you may need to click Refresh after changing the view settings.

/help/img/youtrack/7.0/timereportbyuser.png

Both views (per issue and per user) let you view the total time that was spent on different types of activities, such as development, testing, documentation, or graphic design. To see the detailed report, select the Show work types check box next to the grouping option.

/help/img/youtrack/7.0/timereportbyworkitems.png

Automate Time Tracking with Workflows

In YouTrack, a workflow is a set of rules that automate a particular task. A rule is basically a script that YouTrack executes. For more details on workflows, please refer to the Workflow Tutorial.

For time management, there are three ready-to-use workflows available in YouTrack:

You can also write your own workflows for advanced time management. If the existing workflows do not reflect your needs, please refer to the Workflow Tutorial.

Track Time on an Agile Board

If you follow an agile development process in your projects, there is a separate tutorial that shows you how to use time management with an agile board in YouTrack.

Last modified: 2 February 2017