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

Compare with Current View Page History

« Previous Version 12 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
components.map(c =>  c.id)

Read


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

NUMBER LIST

Example output10010,10020,10030