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 in the Done or Complete statuses of the Sub-task issue type.

Expression

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

Code Block
linenumberstrue
%{count(filterByIssueType(filterByStatus(subtasks(), "Done, Completed"), "Sub-task"))}

Page properties
hiddentrue
Feature

Field type

Smart text field

Parsing mode

General mode

Expression
Code Block
linenumberstrue
%{count(filterByIssueType(filterByStatus(subtasks(), "Done, Completed"), "Sub-task"))}

Label
Use case description

 Return the number of sub-tasks in the Done or Complete statuses of the " Sub-task " issue type.

Complexity

Status
colourGreen
titleBeginner