JWT expression
%{issue.cfnnnnn.id}
Read
|
Returned value |
A comma-separated list of group identifiers |
|---|---|
|
Output data type |
Text |
|
Example output |
b23a6c98-ad4f-4b31-973d-adc056c49190,02d209f7-ddbb-4362-a22b-38a503bddca0 |
Write
|
Valid text input |
Text list which contains a comma-separated list of group identifiers |
|---|---|
|
Valid numerical input |
|
|
Example input |
b23a6c98-ad4f-4b31-973d-adc056c49190,02d209f7-ddbb-4362-a22b-38a503bddca0 |
Jira expression
issue?.customfield_nnnnn.map(g => g.groupId)
Read
|
Returned value |
A comma-separated list of group identifiers |
|---|---|
|
Output data type |
Text list |
|
Example output |
b23a6c98-ad4f-4b31-973d-adc056c49190,02d209f7-ddbb-4362-a22b-38a503bddca0 |
Write
|
Valid text input |
Text list which contains a comma-separated list of group names |
|---|---|
|
Valid numerical input |
|
|
Example input |
b23a6c98-ad4f-4b31-973d-adc056c49190,02d209f7-ddbb-4362-a22b-38a503bddca0 |