You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Field code
{issue.components.id}

Read


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

NUMBER LIST

Example output10010,10020,10030

Write


Field code
%{issue.components.id}
Valid text input
Valid numerical input

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.


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

Comma separated list of component IDs

Example input10000, 10001