Remove either the label use-case-smart-text or use-case-smart-number depending on the feature the use case is based on

Use case

Return the remaining estimate of the linked issues linked to the current issue with the issue link type "is blocked by" in hours.

Expression

Create and configure a Smart field using this expression in General parsing mode:

%{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.

Feature

Field type

Smart number field

Parsing mode

General 

Expression
 %{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.

Label
Use case description

Return the remaining estimate of the linked issues linked to the current issue with the issue link type "is blocked by" in hours.

Complexity