Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
UI Text Box
sizemedium
typeinfo

Use case

Return the number of sub-tasks.

Expression Expression

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

ExpressionDescription
Code Block
linenumberstrue
%{issue.subtasks.length}

This example returns the number of sub-tasks.


 


Page properties
hiddentrue
Feature

Field typeSmart number field
Built-in

Parsing modeGeneral
Expression
Code Block
linenumberstrue
%{issue.subtasks.length}
Label
Use case description

Return the number of sub-tasks.

Complexity

Status
colourGreen
titleBeginner