Versions Compared

Key

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


Section


Column
width600px


Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents
maxLevel1



Column




Example: Validate that multi-user picker custom field A

doesn't

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 of on 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"