Versions Compared

Key

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


Page properties
hiddentrue
id0


Jira expression field code

issue?.links[0]?.id

Example output10045
Output data type

Status
subtletrue
titlenumber

Type

Status
subtletrue
colourRed
titleread-only

Available since




Tabs Container
directionhorizontal


Tabs Page
titleJira expression


Code Block
titleField code
linenumberstrue
issue?.links[0]?.id


UI Text Box
typenote

Links are stored in lists. Documentation on how to work with lists can be found here.

You can access the whole link by issue?.links[0] which returns an object, issue?.links will return a list of objects.



Read

Page properties
id1


Returned valueThe ID of the first issue link, if links link(s) are available, null otherwise.
Output data type

Status
subtletrue
titlenumber

Example output10045