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 labels.

Expression

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

ExpressionDescription
Code Block
linenumberstrue
%{issue.labels.length}
This example returns the number of labels.


 


Page properties
hiddentrue
Feature

Field typeSmart number field
Built-in

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

Return the number of labels.

Complexity

Status
colourGreen
titleBeginner