Hi all,
I have a requirement where a User Story should be moved to next transition only if it is linked to another User Story with link type Addresses.
I have used a simple one-line Script: issue.links.length >0 in the Script runner Validator which is restricting the transition when there is no linked issue. But I couldn't find a way to include the link type in the validator. please see the SS attached for more detail.
Can anyone suggest me a syntax so that I can include the link type also here?
Hi @James Minahan,
check the workflow's create transition for a condition that checks the parent's status. That might be the problem.
You have an add-on which is configured to block sub-task creation in certain states. It's giving you a validator on the "create issue" transition for the sub-tasks, if I have understood the description of the behaviour in your question correctly.
You'll need to get your admins to reconfigure or remove it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Nic Brough -Adaptavist-! I found the validator and was able to fix the issue. Really appreciate everyone's help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I guess you have an add-on installed which gives you the message. You should figure out what the add-on is.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.