Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page properties
hiddentrue
id0
Jira expression field code

issue?.linklinks[0]?.type?.outward

Example outputduplicates
Output data type

Status
subtletrue
titlestringtext

Type

Status
subtletrue
colourRed
titleread-only

Available since
Tabs Container
directionhorizontal
Tabs Page
titleJira expression
Code Block
titleField code
linenumberstrue
issue?.links[0]?.type?.outward
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 type by issue?.links[0].type which returns an Issue link type object, issue?.links will return a list of objects.

If you need the overall name for  this type

.outward

, please use issue?.links[0]?.type?.name. The result will be "Duplicates".

Read


Page properties
id1
Returned valueThe name of the link when it points out the issue. If no issue links are available, null is returned.
Output data type

Status
subtletrue
titlestringtext

Example outputduplicates