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]





Feature

Field typeSmart text field
Built-in

JWT expression


%{issue.lastComment}


Jira expression


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


Label
Use case description

Return the last comment of the current issue.

Complexity