JWT expression
{issue.components.id}
Jira expression
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 value |
A comma-separated list of component IDs. |
|---|---|
|
Output data type |
number list |
|
Example output |
10010,10020,10030 |
Write
|
Valid text input |
|
|---|---|
|
Valid numerical input |
A comma-separated list of component IDs |
|
Example input |
10000, 10001 |