I have 2 projects in Jira A & B. I have created a automation rule in project A like when issue transitioned from todo to inprogress create an issue in project B and it's working fine(issue is getting created). Now my request here is when comments added in project A issue or automation ticket in project B, the comments should reflect in both the issues. I hope this is possible through automation. Need your thoughts on this
Hi @Rahul
This should be possible if there's a relationship between Issue A and Issue B - eg. a parent/child relationship, or an Issue Link.
---
For example, if I wanted comments to reflect on two issues linked using blocked / is blocked by, I could have:
{{triggerissue.comment.last}}
Comment by: {{triggerissue.comment.last.author.displayName}}
---
A few notes:
---
Let us know if this works for you!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ste Wright my requirement had been changed. My comments should sync from Project A to project B(ticket created through automation) but the comments should not sync from Project B ticket(automated ticket) to project A parent ticket
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rahul
You could do this by:
For example on (2) - if issues in Project A block issues in Project B, you might limit the Condition / Branch to just consider the "blocks" link type, and exclude "is blocked by"
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rahul , thanks for the question.
This is Umer, PMM for Backbone Issue Sync for Jira. Really wonderful to see that Jira automation can be so powerful and have so many use cases!
Automation works great for things like workflow triggers and comments syncing, but it can
eventually get cumbersome to keep manually creating and maintaining Jira automations.
If you need to automatically sync more Jira data in the future, you might want to look for a specialized Jira Issue Sync app, like Backbone Issue Sync for Jira.
Using Backbone, you can sync Jira issues and their corresponding data between two Jira projects. This includes Jira fields (including custom fields), comments, workflows, and attachments – even behind strict firewalls – without leaving your own Jira project.
Best of all, you can do this on Jira Software, Service Management, or Work Management projects on Jira Cloud, Server, or Data Center.
In case you're interested in learning more, feel free to schedule a free demo
or try Backbone for free for the first 30 days!
Regards,
Umer Sohail
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Rahul
It's Aleksandra from Deviniti, the vendor of the IssueSync app.
If you need to synchronize two projects either on the same or separate Jira instances, as an alternative to automation rules, you could set up a connection in our app which, based on selected triggers and JQL conditions, will automatically synchronize all tickets, also keeping the comments in sync :)
You can find the app here:
IssueSync - Synchronization for Jira
Cheers,
Aleksandra
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.