Breadcrumbs

Sum remaining estimate in epic, incl. sub-tasks

๐Ÿ“š

This template displays the sum of the remaining estimate of the child work items of the current epic including their sub-tasks.

If the current work item is not an epic, โ€œNoneโ€ will be displayed.

Configuration

To use the Total remaining estimate in epic, including sub-tasks template, simply select it from the template grid. Filter by KPI to find it faster.

Parameters

This template does not require any additional parameter configuration.

Expert mode

If you switch to Expert mode you can see the Smart field in the Expression Parser. You can now tweak the expression to create a custom smart field based on this template.

Expression

General expression:

%{%{issue.issueType} = "Epic" ? sum(append(fieldValue({issue.remainingEstimate},  union(issuesUnderEpic(), subtasks(issuesUnderEpic()))), [0])) / 60 : null}

If the resulting number from the expression contains too many decimal numbers, feel free to select one of the available display formats or to configure it manually.

Display as

Number

Formatting style

Default (unformatted)

Used parser functions

The links lead to the JWTC documentation because the parser functions are shared functionalities.