Cloud Migration Resources
Planning a Jira Cloud migration? These resources can help you get started:
→ JSU Cloud features – Review Cloud features and understand key differences between DC and Cloud.
→ Migration support from Appfire – Learn how we can help you migrate smoothly.
JQL precondition
This is the documentation of JSU for Jira Data Center. If you are using JSU for Jira Cloud, see our JSU Cloud documentation.
Description
The JQL Query precondition compares the number of issues returned from the JQL query against predefined conditions, such as:
Must find at least one issue
Must not find any issue
Compare with a particular number
Configuration
You must write the JQL expression and choose one option for the number of issues found. See JQL reference to learn more about using JQL queries in JSU.
You can configure JSU’s preconditions in the following ways:
Negate the precondition result
Combine the result with the result of previous preconditions using the following options:
Discard the result of the previous precondition: Results of the previous preconditions are not taken into account
AND: All of the preconditions have to be true to execute the post function
OR: Only one of the preconditions has to be true to execute the post function
Learn more in Workflow preconditions.
