Field code
%{issue.cfnnnnn}

Read


Returned valueJira Software Sprint field (in case the issue belongs to more than one sprint, a list of sprints separated by comma is returned)
Output data type

TEXT

ID2
Example outputFirst sprint
To write this field, use Sprint ID.
Field code
issue?.customfield_nnnnn?.map(c => c.name).sort()

Read


Returned valueJira Software Sprint field (in case the issue belongs to more than one sprint, a list of sprints separated by comma is returned)
Output data type

TEXT LIST

ID2
Example outputFirst sprint
To write this field, use Sprint ID.