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

Compare with Current View Page History

« Previous Version 16 Next »

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 valueThe list of versions where the issue was fixed
Output data type

TEXT LIST

Example outputVersion 1, Release 2

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