Whenever I clone an epic in Jira, it copies the epic itself, all the stories, and all the subtasks with the name "clone-name of the task I cloned". I want to create an automation that checks all fields containing the word "clone" and removes that name.
Guys, I managed to solve it by cleaning the first 7 characters and I did it this way.
You can process the name of issues into a variable, then use that variable to set the name in the proper form (without the "clone of")
More on string manipulation by Atlassian
More on variables by Atlassian
I hope this will help you
Dick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for accepting my answer, it helps others find their way to solving similar problems.
From your solution I see that you're on the newest version of Jira. At our datacenter Jira, we can't have for-children / for-children of children constructions nested.
Happy Automations!
Dick
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.