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

Compare with Current View Page History

« Previous Version 17 Current »

Field code
%{issue.fixVersions}

Read


Returned valueA comma-separated list of fix version names
Output data type

TEXT

Example outputVersion 1, Release 2

To write this field, use Fix version/s ID.

Field code
issue?.fixVersions?.map(v =>  v.name)

Read


Returned valueA comma-separated list of fix version names
Output data type

TEXT LIST

Example outputVersion 1, Release 2

To write this field, use Fix version/s ID.