When a sprint is created, I want a set of recurring stories to be put in the sprint. Is there a way to use lookupissues to find the issues with labels=mktgweekly and then clone each of the issues and their sub-tasks? Here's what I've tried. I get the error below when enabling the rule.
I had originally tried to get the stories & sub-tasks replicated by putting them in an epic and using a for "epic link" = 12345 branch with Clone as the action inside. This cause the stories to be cloned but not the sub-tasks. I was hoping lookupissues might allow me to clone with the sub-tasks.
Before dealing with the error...
Your lookup issues seems to span lots of issues. Would it help to narrow that list's JQL down a bit so it doesn't get more and more issues, each time the rule runs?
Next, how many recurring stories/subtasks are you trying to create? If this is a smaller set consider creating them directly in the rule rather than using cloning. This will reduce the chance of problems as the logic needed to copy both the stories and subtasks is more complex and may require multiple chained rule execution.
Back to the error message...That error is explaining the cause, although perhaps a bit vaguely as it doesn't point to where the problem is :^)
Your advanced branch contains a Clone action, and clone requires an issue to be in scope...but instead the branch only provides a key. Two possible solutions are...
After that your Clone will have an issue to proceed.
Kind regards,
Bill
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.