Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can find some example statements below, if you need help to write your expression, you can always request our help.

Check Project

This example checks for a specific project using the key of the project.

Code Block
issue.fields.project.project.key = "My Jira Project"
Check Project Category

This example checks whether the project’s category name is “External”. You can also check category “id” instead of name by replacing “.name” with “.id” and using the actual category id.

...