Way to Validate that Multiple User Custom Field A does not contain any users in Multi-User Field B?

Darryl Lee March 16, 2015

Hi there...

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?

Thanks!

I have Scriptrunner installed, as well as Misc Workflow Extensions and JIRA Workflow Toolbox.

1 answer

0 votes
Darryl Lee March 17, 2015

In his Google Group, Fidel gave me the method to use in JIRA Workflow Toolbox:


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

Notice 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:

Regards,
Fidel

Suggest an answer

Log in or Sign up to answer