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 sum of the time spent of the linked issues in hours.

Expression

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

%{sum(append(fieldValue({issue.timeSpent}, linkedIssues()), [0])) / 60}

Used parser functions

Feature

Field type

Smart number field

Parsing mode

General

Expression
%{sum(append(fieldValue({issue.timeSpent}, linkedIssues()), [0])) / 60}
Label
Use case description

Return the sum of the time spent from the linked issues in hours.

Complexity