Hello,
I am struggling all day to find a way to create such an automation:
I would like to make it possible for users to manually trigger an automation from epic and to clone all the child issues of this epic. That is pretty simple but what I also want to achieve is to enable users to somehow be able to define the parent epic for the cloned issues.
I've tried an approach with defining a new linktype and storing the info about the desired epic there but couldn't reach it in automation to make it fill the parent field in cloned issues.
Now I'm trying to do something simplier. I just made it possible for users to provide the key to the desired epic when triggering the automation. The field is short text type. I store it as a userinput smartvalue and then try to use it in a branch rule for all the children which doesn't seem to work.
Work in my organisation is pretty repeateable so making this functionality would be a great help for the team leads.
How my automation looks right now and what the audit log looks like is shown on the screenshots.
Thanks for all the help in advance!
Hi @Łukasz Parafiniuk and welcome to the community!
If you're looking to streamline the process of cloning child issues and assigning them to a new parent epic, I highly recommend checking out our app Deep Clone for Jira.
With Deep Clone, you can:
Hi @Łukasz Parafiniuk Welcome to the Atlassian Community.
Please share pictures of your automation, including pictures of settings inside the step where you use the user input to find a corresponding epic issue. This gives us the information on how to help you with your problem.
Kind regards,
Dick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Łukasz Parafiniuk -- Welcome to the Atlassian Community!
Adding to the suggestions from @Dick ...
Please also post an image of the audit log details showing the rule execution.
And, I recommend changing the name of the variable in the Manual trigger from "parent" to "varParent" (and also in the Clone Issue action). Using a variable with the same name as an issue field is risky as it could lead to mistakes / errors in rules.
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.
@Bill Sheboy I've seen some of your comments on other threads when I was looking for a solution to this problem and I must say I absolutely love your work here!
I just changed the variable's name to varParent and it worked :) Thank you so much!
Maybe You will be able to help me solve my first idea for this automation. Is it possible to make it rely on a link within the epic issue?
I have made a new link called "Target issue" so looking from the epic perspective the "new parent" for cloned issue will be linked by "Is the target" link. I would like the automation to get this new epic key and use it to put into parent field within the cloned issues.
My reasoning is that although it may seem more complicated than just putting the new parent by the user manually, it makes it possible for the user to find the epic on the list insted of just typing in as a free text.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that is likely possible in two ways. I recommend the first approach using Lookup Issues as it is easier to test, although the rule is slightly slower rule to process.
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.