We have two projects A and B. When a subtask is created in A we want to clone task and subtask to project B. If a new subtask is added to Project A's task we also want to clone that to project A's parent clone in project B. We also need to copy over any updates to tasks.
Is this possible?
Hi @Tester- Amy
You can use Automation to achieve this. Choose a trigger that fits you (could be on create or a specific JQL query that qualifies the issues you want cloned over).
Same with updates, trigger could be on update.
HTH,
KGM
Yes, I've been trying with automation. My issue is in trying to move new subtasks across, because I somehow have to know the Project B parent issue key to be able to create/clone the subtask to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again @Tester- Amy
Sorry, I missed your comment. Have you fixed this yet?
You can also add to your automation rule a "Refetch issue data" action to refresh the data that is available to the automation rule:
And then you can use that new data to continue.
Let me know how that goes.
KGM
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.