Composition of log entries via link does not aggregate sub-tasks

Issue #1169 resolved
Luca Cito created an issue

Hello,

we use the link composition in order to aggregate log entries. But when the aggregated issue itself has a subtask, those hours are not "pulled along". For example:

A1              (2h)
|--(link)-- B2  (2h)

will correctly aggregate to 4h for A1. But this:

A1                              (2h)
|--(link)-- B2                  (2h)
            |--(sub-task)-- B3  (1h)

will still show 4h for A1. This is extra confusing since JIRA by default will aggregate the hours in the issue view, showing 3h in B2.

Comments (2)

  1. Luca Cito reporter

    Nevermind, I can no longer reproduce the issue. I could have sworn that we had the problem once. Did it get fixed by any change somewhere in the last months?

  2. Log in to comment