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 linked issues.


Expression

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

JWT expression

Code Block
linenumberstrue
%{issue.links.length}

Jira expression

Code Block
linenumberstrue
issue?.links?.length




Page properties
hiddentrue


Feature

Field typeSmart number field
Built-in

Parsing modeGeneral
ExpressionJWT expression


Code Block
linenumberstrue
%{issue.links.length}
Jira expression
Code Block
linenumberstrue
issue?.links?.length


Label
Use case description

Return the number of linked issues.

Complexity

Status
colourGreen
titleBeginner