This function returns the result of a given Jira expression.

jiraExpression(text) #Output: Text 
Parser expressionDescription
%{}

This example returns:

1900,2000,1.5,6.1



Parameters used in this function

ParameterInput (data type)Description
text

Any given text.

This function returns a  

Variant where you can additionally define a list of issues which can be used within the Jira expression given as the first parameter.

jiraExpression(text, issueList) #Output: Text list
Parser expressionDescription
%{}

This example returns:

1900,2000,1.5,6.1

The current user %{issue.currentUser.displayName} has written %{jiraExpression("issue.comments.filter(c=>c.author.accountId==user.accountId).length")} comments to this issue and created %{jiraExpression("issue.subtasks.filter(s=>s.reporter.accountId==user.accountId).length} sub-tasks.

The current user John Doe has written 3 comments to this issue and created 2 sub-tasks.


This function returns a  

Short description

Returns the result of a Jira expression.

Output