Versions Compared

Key

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


Green

Page properties
hiddentrue


Tech review

Status
colourYellow
titleReady for review

Style guide

Status
colourYellow
titleReady for review

Page status

Status
colourRed
titlenot complete
Screenshots

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged

Page properties
hiddentrue
Field typeNumber
Use case descriptionCalculate the total remaining estimates of all standard issues linked to the current epic.
Complexity
Status
colour

titleBeginner



UI Text Box
sizemedium
typeinfo

Use case

This use case calculates the total of all remaining estimates (in minutes) of standard issues linked to the current epic.

If you want to include sub-tasks have a look at the following use case: Total remaining estimate in an epic (all linked issues)


Configuration

UI Steps


UI Step

Create a new Calculated Number Field (by JWT) custom field and name it properly.

UI Text Box
typetip

Providing a description will help you to identify what the custom field does but this step is optional



UI Step

Parser expression

Add the following expression:

Code Block
languagebash
titleMath expression for Calculated Number field:
linenumberstrue
sum(fieldValue({issue.remainingEstimate}, issuesUnderEpic()))


Expand
titlemore info...


UI Text Box
typeinfo

To achieve this, the following functions are used:




UI Step

Display format

UI Steps


UI Step

Choose Duration as Content type


UI Step

Choose Short as Duration display format




UI Step

Check the parameter Use time tracking settings

Expand
titlemore info...


UI Text Box
typeinfo

By ckecking this parameter, the duration will be based the number of working hours per day, and the number of working days per week as configured in time tracking, instead of 24 hours per day and 7 days per week.




UI Step

Check the results

Once configured and added to an issue screen (e.g. an epic), the result will look like this:

SCREENSHOT




Related use cases

Page properties report
firstcolumnUse case
headingsField type, Use case description, Complexity
sortByTitle
cqllabel = "calculated-field" and space = "JWTSDC" and ancestor = "27066672"


Excerpt Include
DECADIS:Contact support
DECADIS:Contact support
nopaneltrue


Page properties
hiddentrue


Field typeNumber
Use case descriptionCalculate the total remaining estimates of all standard issues linked to the current epic.