Versions Compared

Key

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

...

Jira Expression filtering

Post function in WMB has the option to be filtered by a Jira Expression. For example, let’s say you want to add a comment in a given transition, but just for the issue type Bug.

In this case, you can add this filter to the Jira Expression field:

Code Block
issue.issueType.name == "Bug"

Know more about Jira Expressions validations and conditions

JQL filtering

Panel
panelIconIdatlassian-light_bulb_on
panelIcon:light_bulb_on:
panelIconText:light_bulb_on:
bgColor#E3FCEF

Fixes https://jira.atlassian.com/browse/JRACLOUD-63430

Post functions in WMB Cloud has the option to be filtered by a JQL query. For example, let’s say you want to add a comment in a given transition, but just for the issues of type Bug.

...

The resulting configuration will look like this:

...

...

Click the Execute button know how may issues validate the result. Also, you can click in the “View in Jira” button to navigate to the page search with the same JQL.

FAQ

Can I use both Jira Expressions and JQL to filter the same post function?

Yes, it is possible to use both Jira Expressions and JQL (Jira Query Language) to filter the same post function. When both are used, they are evaluated independently, and an issue must satisfy both criteria to trigger the post function. However, to optimize performance, we recommend using either Jira Expressions or JQL, but not both simultaneously.