Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×We have an automation rule like screenshot below.
The aim is to inform support agents to follow communication on linked issues from another project (fyi: those were escalated to another team). We added automation that would copy a comment from one project to another, but it actually never worked.
When it should copy a comment, it already fails on the trigger step "When: Issue commented" with : "Issue event trigger could not retrieve this issue for further processing"
In Rule Details, we did specify "restrict to projects: WHSSUP and BIT"
+ Actor = user who triggered the event (or Automation for Jira if there aren't enough permissions)
Anybody understands why Jira Automation isn't able to retrieve the issue?
Hi Erik,
Try using {{triggerissue.comments.last.body}} when you add the comment.
Oh, and use {{triggerissue.comment.last.author.displayName}} to show the author.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks John.
I just tried it again and {{comment.author.displayname}} and {{comment.body}} seems to work fine. (As does your suggestion)
Note: while testing I couldn't reproduce my issue; I'll keep an eye on it the next days.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Today I had the same issue again.
Note: I have 2 similar rules (only difference is a link to another project).
I made your suggested change to one of the two rules.
Today, both rules failed again (for the same BIT ticket; which doesn't have any linked issue).
Thus your suggestion is not helping unfortunately
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share the audit log where it failed?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John,
of course, here you go:
(FYI: BIT-559 is not of the SUAT project and doesn't have any linked issues)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.