Time Sheet Report is just aggregating first level

Issue #342 duplicate
Enrique Rodriguez created an issue

"Sum Subtasks" option in Time Sheet Report is just aggregating first level of tasks related to each other using the "is composed of" link. The idea of the original petition was to be able to aggregate in a root task, all the time logged in the tasks linked to that one following the "is composed of " link and also the subtasks division if any.

For example: - Task X is composed of: * Task Y (1h) * Task Z (1h) * Task H that is composed of Task W (1h) Task Q which has the following subtasks: TaskQ1 (1h) TaskQ2 (1h) *** TaskQ3 (1h)

Time for Task X should be 6 hours.

The report should be able to aggregate that task

Comments (3)

  1. Andriy Zhdanov

    "Sum Subtasks" by default does not use 'is composed of' link, but JIRA built in sub-tasks, and I think they are not transitive. If you'd like to make Timesheet Report use 'is composed of' link instead, and make it recursive or transitive, you need to activate it with JIRA application properties in home/jira-config.properties, then JIRA must be restarted.

    E.g.:

    jira.timesheet.plugin.composeIssueLink = Compose jira.timesheet.plugin.isComposeIssueLinkTransitive = true

    See also issue #301

  2. Log in to comment