Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 10 Next »

Introduction to Jira expressions

Jira expressions can be used to evaluate custom code in the context of Jira entities. It’s a domain-specific language designed with Jira in mind, evaluated on the Jira Cloud side. Jira expressions follow JavaScript syntax. You can think of them as a JavaScript dialect. Jira expressions uses a data model loosely inspired by Jira's REST API JSON model. You can learn more about the various data types supported by Jira expressions here, and explore them interactively on the Data Types help tab of the Jira expression editor. To quickly find out how to access a particular issue field, you can visit the Issue Fields help tab. Finally, to find out which global ("context") variables can be used in an expression, visit the Global Variables help tab.

On this page:

Jira expressions in JMWE for JIRA Cloud

Jira expressions in JMWE for Jira Cloud are used to insert information in

You can insert issue, transition and current user information into the conditions using Jira expressions. 

Scripting features in Jira expressions

To learn more about Jira expressions:

Limitations of Jira expressions

  • Limitations on the number of linked issues that will be taken into account

  • limitations inside the Jira expressions written by users

  • no error reporting yet

  • no reliable evaluation of the "cost" of Jira expressions


  • No labels