I have created a rule in Jira automation to sync the comments in the linked Jira tickets. That means if I commented on Jira issue 1, that same comment should be reflected in Jira issue 2 (Jira issue 1 and Jira issue 2 are linked to each other) and vice versa. Now my requirement is when I edit/delete a particular Jira comment in Jira issue 1, the same edit/delete should reflect in Jira issue 2. I am able to achieve it for the latest comment by using the smart value - {{triggerIssue.comments.last.body}}. But let's say I have 4 comments in a row and have edited 2nd and 3rd comments, and I want to reflect the same in Jira issue 2. Is it possible to achieve it?
I am on Atlassian Cloud-Premium.
I have the same question for the delete operation as well.
Attaching the screenshot for the automation flow:
Edit the comment on the linked issue
Delete the comment on the linked issue