if I update a comment on one JSM ticket, I want to update the same comment in linked issue of Software project.
Hi Sreeja,
Create an automation rule based on Issue Commented trigger
Add any Conditions for the issue that has been commented on so that it doesn't fire on every comment on every issue.
Add a Branch for Linked Issues. Select specific Link Types if applicable.
Add action for Comment on Issue - use: {{triggerIssue.comments.last.body}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.