Issue link type inward

Jira expression

issue?.links[0]?.type?.inward

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, please use issue?.links[0]?.type?.name. The result will be "Duplicates".

Read

Returned value

The name of the first link when it points to the issue. If no inward link is available, null is returned.

Output data type

text

Example output

is duplicated by