...
In JSU Cloud, preconditions are not separate post functions, but a part of a post function. Now you select your preconditions on the post function configuration screen.
Choose your Precondition
Click the "Add Precondition" button and insert the precondition you want to evaluate. For more details, take a look at the Value Field Precondition and the JQL Precondition.
Combine several Preconditions
You can insert multiple precondition and combine them . For compatibility reasons, they are evaluated sequentially like they are on Jira Serverusing AND, OR, AND NOT, and OR NOT operators. They are evaluated sequentially, combining the result of the previous precondition with the result from the current one. You can also rearrange the precondition by dragging the handle on the left.
You can also disable the precondition by unchecking the enabled flag next to the delete button. This will leave the precondition in your configuration, but it will be ignored.
The Post Function Side
...
Your post function is always aware of the preconditions you configured. However, you still need to select whether you want the precondition to be true
or false
for the function to be executed.