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

Compare with Current View Page History

« Previous Version 5 Next »

Use case

Return the last comment of the current issue.

JWT expression

%{issue.lastComment}

The text will be returned using wiki markup, e.g. bold text will be shown as *bold text*.

Jira expression

issue?.comments[issue?.comments?.length-1]