Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

UI Text Box
sizemedium
typeinfo

Use case

Return the sum of the original estimates of the linked issues of the current issue linked with the "is blocked by" issue link type in hours.

Expression

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

Code Block
languagejs
linenumberstrue
%{sum(fieldValue({issue.originalEstimate},linkedIssues("is blocked by")))/60} 


Used parser functions


Page properties
hiddentrue
Feature

Field type

Smart number field

Parsing mode

General mode

Expression
Code Block
languagejs
linenumberstrue
%{sum(fieldValue({issue.originalEstimate},linkedIssues("is blocked by")))/60} 
Label
Use case description

Return the sum of the original estimates of the linked issues of the current issue linked with the "is blocked by" issue link type in hours.

Complexity

 

Status
titleINTERMEDIATE
Â