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.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.