Hi!
I would like to copy comments from one project to another when there are links between tickets.
But that appears the author of the comments in front, is it possible?
Hi @Matheus Barbosa Welcome to the Atlassian Community!!
Create an automation by following the steps below:
Trigger: Issue commented
If/Else: Put the condition Ex: Project A
Branch rule / related issues: For Linked issues (All)
Issue fields condition: Put the condition Ex: Project B
Action: Comment on issue
In comment, put it this way {{comment.author.displayName}} - {{triggerIssue.comments.last.body}} to show the comment author's name along with the comment.
You can do the reverse path on (Else), if you want bilateral synchronization between projects.
I hope it helps!
Regards,
Anthony
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.