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 worklogs of an epic and the issues under it.

Expression

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

Code Block
linenumberstrue
%{(sum(fieldValue({issue.timeSpent}, issuesUnderEpic())) + {issue.timeSpent}) * 60 / {issue.cf10136} * 100 }
Page properties
hiddentrue
Feature

Field type

Smart number field

Parsing mode

General mode

Expression
Code Block
linenumberstrue
%{(sum(fieldValue({issue.timeSpent}, issuesUnderEpic())) + {issue.timeSpent}) * 60 / {issue.cf10136} * 100 }
Label
Use case description

Return the sum of the worklogs of an epic and the issues under it.

Complexity

 

Status
titleINTERMEDIATE