I would like to force a reporter to select type of priority based on the component he have selected when he create the issue.
The condition should be:
If the selected Component/s is 'CS Internal', reporter must select Priority CS1, CS2 or CS3 (and not any other priority type)
Component/s and Priority are system field
Custom script validator with groovy script can help here.
Any advise will be appreciated.
Hi Shai,
You can do it using "Boolean validator with math, date-time or text-string terms" validator (provided by JIRA Workflow Toolbox) in transition "Create Issue" using the following configuration:
Captura de pantalla 2016-01-24 a las 21.58.42.png
Boolean expression is:
%{00094} ~ "CS Internal" IMPLIES %{00017} in ["CS1", "CS2", "CS3"]
Note that:
Once configured, transition "Create Issue" will look like this:
Captura de pantalla 2016-01-24 a las 22.05.01.png
Regards,
Fidel Castro Armario
Thank you Fidel, you were spot on as always.
Resolution works as expected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.