Skip to main content
Skip table of contents

Total remaining estimate of blocking work items

Return the remaining estimate of the linked work items linked to the current work item with the link type "is blocked by" in hours.

Configuration

Create a Custom smart number field and use the General parsing mode.

Expression

CODE
%{sum(append(fieldValue({issue.remainingEstimate},linkedIssues("is blocked by")),[0]))
/60}

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.

Format

Default

Used parser functions

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.