JWT field code

{issue.components.id}

Jira expression field codeissue?.components?.map(c => c.id)
Output data type

Example output10010,10020,10030
Example input10000, 10001
Type

Available since






{issue.components.id}

Read



Returned valueA comma-separated list of component IDs.
Output data type

Example output10010,10020,10030


Write




Valid text input
Valid numerical input

A comma-separated list of component IDs

Example input10000, 10001





issue?.components?.map(c => c.id)


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

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


Read



Returned valueA comma-separated list of component IDs.
Output data type

Example output10010,10020,10030


Write



Valid text input
Valid numerical input

A comma-separated list of component IDs

Example input10000, 10001