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

Compare with Current View Page History

« Previous Version 15 Next »

JWT

Field code
{issue.fixVersions.id}

Read


Returned valueA comma-separated list of fix versions IDs
Output data type

NUMBER LIST

Example output10010,10020,10030


Write


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

Comma separated list of fixed version IDs

Example input10007, 10000


Jira expression

Field code
fixVersions.map(v =>  v.id)