You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi - I am trying to setup an automation that lists out all linked issues in a comment on the ticket. I'd like those issues to be clickable (i.e. not just the text but an actual URL).
I found a few examples in the community using Lookup Issues and thought the below would work (at one point it did work but I can't seem to get it worked again!).
The steps I have are
issue IN linkedIssues("{{issue.key}}")
View linked issues below
{{#lookupIssues}}
* {{key}}
{{/}}
This automation runs successfully and it adds the comment but it doesn't insert any issues into the comment, even though there is a linked issue on the ticket.
On the audit log, there is a message that says "A search during custom value definition found no issues."
If I do a Jira search using the JQL but replacing the {{issue.key}} with the actual issue key, it returns all the linked issues fine.
I've also tried triggering this automation manually and it doesn't work either.
Any help would be appreciated!
Hi @JD
On a cursory glance, I can't see anything wrong with the rule you described. I also find it weird that the audit log says no issues but searching manually returns some results.
Are you able to take a screenshot of your rule and the audit log?
Cheers,
Eric
Hi @Eric - thanks for the reply.
I've inserted screenshots below (this is a copy of the original issue but same issue is occuring).
Setup below
Here is the audit log. Note that it is 'successful' but the lookup fails to find any issues.
Here is an issue where I've run the automation (relating to the audit log above). Note the existence of a linked issue and the comment is added, but nothing is linked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi JD, Did you manage to get the solution? Im also looking for a solution to
List linked issues in comment.
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.