Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Tab Predefined reports holds most frequently used reports. Currently here we have following reports:

  • Time by day

  • Time by week

  • Time by user

  • Time tracking

Time by day

The report displays time per issues for the selected period. The rows are sorted by the issue key. The columns show days that correspond to the selected period. Crossing of an issue and a date holds time summed from the events linked to the issue and occuring on the date.

Events that do not have an associated issue are summed in the last row with a value of "-" (not set) in the Key column.

If you need to do custom calculations based on the generated report, you can download the report as a spreadsheet. Just click the Download spreadsheet icon.

Time by week

This report is similar to the Time by day, but instead of days, we calculate and show columns with weeks.

Time by user

The report displays time per issue for assigned users during the selected period. The rows are sorted by the issue key. The columns show the users and are sorted alphabetically. The intersection of an issue and a user shows the time summed from the events linked to the issue and assigned to the user. If there are events for which no user is assigned, their time is displayed in the Unassigned coumn.

Events that do not have an associated issue are summed in the last row with a value of "-" (not set) in the Key column.

Time tracking

The report visualizes progress per issue based on the Original and Remaining estimates versus the spent time. The issues are picked from events that occur in the selected period.

Here is a description of the report values:

  • Original Estimate
    Value of the Original Estimate field.

  • Remaining Estimate
    Value of the Remaining Estimate field.

  • Time Spent
    Total time logged for an issue.

  • Variance
    The column indicates whether manual adjustments were made for the Remaining estimate. It is calculated as: Original estimate - Remaining estimate - Time spent. The value is omitted if no time was logged. Empty Original or Remaining estimates are treated as zero values.

  • Original Estimate remaining
    The column is calculated as follows: Original estimate - Time spent. Negative values are displayed in red and positive values are green.

  • Progress
    The progress is calcluated as: Time spent / (Remaining est + Time spent). The progress bar is colored based on the calcualted percentage:

    • red if the progress is less than 25%

    • orange when 25% <= progress < 50%

    • yellow if 50 <= progress < 75

    • green when 75 < progress <= 100

  • No labels