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

Compare with Current View Page History

« Previous Version 7 Next »

JWT

Field code
%{issue.attachments}

Read


Returned valueA comma separated list of file names of all files attached to the issue.
Output data type

TEXT

Example outputfile1.txt,readme.pdf,screenshot.png


Jira expression

attachments.map(a =>  a.filename)