Exciting update! The Ultimate Validator now makes it super simple to require fields conditionally, based on what’s in your work item. Say goodbye to complicated setups! 🎉
This feature simplifies common scenarios such as:
Previously, you could use the OR operator to simulate conditional logic. While functional, it required “reversing” the logic, which was not intuitive.
Example – old approach (using OR):
This works because the second clause (mandatory field) is only checked when the first clause is false. However, the logic is reversed, which makes it harder to read.
With WHEN → THEN clauses, the same case can now be expressed naturally:
Conditions separated by a THEN connector are wrapped in parentheses, allowing you to safely combine multiple requirements.
Example – multiple options:
For more complex scenarios, you can chain multiple conditional blocks with AND WHEN.
Example – different fields required for different options:
At the bottom of the configuration screen—just like in all our validators—you’ll find the Jira Expression Preview panel. This shows the exact Jira Expression generated from your setup, so you can confirm the validator does what you expect.
Now, with Ultimate Validator, you can combine all your field requirements into a single workflow validator or condition, making complex validations simple and easy to manage.
We hope you find this feature useful! We’d love to hear your thoughts and what you’d like to see next. If you have any ideas or suggestions for improvements, feel free to reach out to our support team.
Ultimate Validator is part of the Workflow Building Blocks for Jira app.
Maciej Dudziak _Forgappify_
0 comments