Hello,
It's really important for me to limit which issue types can be created under an Epic to say only Story and Sub-Task issue types.
Via the little "+" sign near the "Issue in Epic" area.
Is there anything that can help me achieve this ?
I've got Workflow toolbox and Script runner and tried different validators on the create transition, but to no avail.
Any help would be greatly appreciated, I did tried to search any other relevant threads.
Thank you
Hi @Alexandru Mihaianu ,
referring to Jira Workflow Toolbox, a potential Boolean Validator place within th Create transition of the issue types you're creating could read:
%{00014} in ["Bug","Task"] IMPLIES %{10100} = null
Short explanation:
If the issue type equals Bug or Task (first part of the expression), the Epic Link must be empty (second part of the expression).
Just head over to your Create transition in the workflow(s) for Story, Bug etc., add a Boolean Validator and paste the expression above. Also providing a meaningful error message, your configuration might look like this:
Cheers
Thorsten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.