Field code
{issue.components.id}

Read


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

NUMBER LIST

Example output10010,10020,10030

Write


Valid text input
Valid numerical input

A comma-separated list of component IDs

Example input10000, 10001
Field code
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

NUMBER LIST

Example output10010,10020,10030

Write


Valid text input
Valid numerical input

A comma-separated list of component IDs

Example input10000, 10001