Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel1

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

Incoming Links
pageBoolean condition and validator with math, date-time or text-string terms
labelsexample

Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label = "custom-field"