Hello, how are you?
I'm trying to set up automation in Jira to clone unfinished issues from one sprint to another. The logic works as follows:
In this automation, there is a detail that prevents me from doing what I need. When cloning the issue, all information is copied except the issue's status. That means if the issue's status is "In Progress," the clone will be born as "To Do."
Is there any way to make this clone also start with the "In Progress" status?
Hello @Gabriel Kaneko
Since you have already branched once, your only option to transition the newly created issue is to make a REST API call.
As an alternative, you could have a manual trigger which clones a story, and as part of sprint closing step, work with team and clone specific stories to next sprint and that can transition to correct status. Its not bulk option like you are trying to do but it encourages discussions prior to closing sprint. Just a thought. Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.