Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

  • Time by day

  • Time by week

  • Time by user

  • Time tracking

...

The report displays time per issues issue for the a selected time period. The rows are sorted by the issue key. The columns show days that correspond to the with selected time period. Crossing The intersection of an issue and a date holds time summed from the events linked to the issue and occuring occurring on the that 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.

...

This report is similar to the Time by day , but report. The only thing, the data is calculated and presented in Week columns instead of days, we calculate and show columns with weeks.

Time by user

The report displays time per issue for assigned users user during the selected time 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 coumncolumn.

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

...

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 during selected time 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 calculated as: Time spent / (Remaining est estimate + Time spent). The progress bar is colored based on the calcualted calculated percentage:

    • red if the progress is less than 25%

    • orange when 25% <= progress < 50%

    • yellow if 50 <= progress < 75

    • green when 75 < progress <= 100

...