How to clone issue to another project and have status changes reflected back to the original issue?

Katie M
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 26, 2024

I am looking for an automated process to hopefully clone issues from one board and send them to different projects. Once the issues are cloned and in a different project I want to be able to get status updates (in progress, done, etc) sent back to the original issue and update their status accordingly.

The process would be: Manually clone issue in board A to desired project which we'll call B for this purpose. Keep the issues linked. Once the cloned issue, B, has a status update, I want this to be sent to issue A and update its status.

Is this possible with Jira's native automation or would a marketplace app be necessary? 

2 answers

1 accepted

2 votes
Answer accepted
Robert DaSilva
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 26, 2024

Hi @Katie M ,

I was helping another community member with a similar request earlier this week. You can review that conversation here: https://community.atlassian.com/t5/Jira-questions/Issue-fields-information-sync-in-Jira-Cloud/qaq-p/2817866

 

The short answer is yes, this is possible through Jira Automation. 

You'll want to set up a rule that monitors the projects issues are cloned into, and have an "Issue Transitioned" trigger. From here, you can use a "For Linked Issues" condition to find the original issue you cloned from. In this new branch, you can then modify the status to be equal to the trigger issue, which would be the cloned issue.

 

Here's a brief screenshot of what you should be aiming for:

Screenshot 2024-09-26 at 3.11.05 PM.png

You'll want to make sure that the automation rule is applied to all projects in scope, any trigger projects, and then any destination projects you want to monitor.

 

As always, I recommend testing this in a sandbox before deploying to production.

 

Hope that helps,

Robert

Katie M
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 30, 2024

Hi Robert,

Thank you this is perfect! Do you happen to know if there is a way so that only one project is having the issue status updated instead of this being Jira-wide?

We have the project where the issues will originate and then we will be cloning them to multiple projects depending on the type. From there though I'd only like the original project to have its issues transitioned with the cloned ones. I don't want other projects to be affected by this automation rule. 

Robert DaSilva
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 30, 2024

Hi @Katie M ,

 

If you'd like this to only trigger from one project, I would recommend adding in a Condition box immediately after the "Trigger", which restricts the project to the only one you care for.

This means any "Status Transition" inside the source project will trigger the rule on all the linked projects. 

Hope this helps!

Robert

Like Katie M likes this
1 vote
Clara Belin-Brosseau_Elements
Atlassian Partner
September 27, 2024

Hello @Katie M

 

If you're seeking for an easy way to automatically clone an issue across projects and sync their status, I suggest trying our app Elements Copy & Sync that allows you to clone and sync a full hierarchy of issues with all their content (summary, description, custom fields, comments, attachments, etc).

 

 workflow-mapping-finished.png

You can check our guide here.

 

The app is for free during 30 days (and it stays free under 10 users).

Suggest an answer

Log in or Sign up to answer