🚀 JWT 3.0 is out 🚀 

The app was completely overhauled, and so was the documentation: Jira Workflow Toolbox (Server/Data Center) Home

The page you are viewing is still valid for all app versions prior to 3.0.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

On this page


Example: Validate that multi-user picker custom field A doesn't contain any user in multi-user picker custom field B

We have Developer and QA fields. Both are Multiple User Custom Fields. Is there any way to create a Validator that checks that none of the members Developer users are in QA? 

You can do it using Boolean validator with math, date-time or text-string terms with the following configuration:


Text to be parsed is: %{13500} none in %{13501}


Note that:

  • %{13500} is field code for "Developer"
  • %{13501} is field code for "QA"

Both field codes depend of each particular Jira instance, since they are custom fields.


Once configured, validator will look like this:



Other examples of that function

Related Usage Examples