Hi, I have a situation where I have to clone and move epic to another board when its child issues are Done.
When an issue is transitioned to Done status, I need to check if it is a child issue of an epic. If yes, I need to check whether all child issues under that Epic are Done. If its child issues are all Done, I want to clone and move epic to another board. I don't really care if Epic's child issues are also cloned and moved, it doesn't matter to me. As long as the epic is cloned and moved to another board, that would be good enough for me.
How can i achieve this in Jira automation?
You don't, at least not by "moving to another board".
Boards are not containers for issues, they are a view of a selection.
I can't think of a good reason for cloning an epic and sticking it on another board, it sounds like you have a clunky or broken process, but if you insist on doing it, then yes, you can do it.
It's actually a lot more simple than you might think.
1. Create an automation that clones the new issue, and puts a label on it.
2. Create your board from a filter that says "Label = X"
I also think we have a clunky or broken process. May be I will just say in a simplest way about our current process and you can give a suggestion to improve it.
We now have Dev Board (DB) (Scrum board- managed by dev team) and Product Board (PB) (Kanban board - managed by product team).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, clunkiness aside (I'd recommend changing your process so that there's no cloning happening at all), you can still do it with the method I described.
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.