Example: Validate that multi-user picker custom field A does not 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 on each particular Jira instance, since they are custom fields.


Once configured, validator will look like this:



Other examples of that function



Related Usage Examples