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 want to use the scriptrunner plugin to return a match when a custom field (Related JIRA Issues) CONTAINS - so matches, the issueKey. We have this field synced so that it returns on particular clients, but we want to know when the actual issue is the one that has the client flagged.
So I want to know if theres a way to use issueFieldMatch for issuekey IN Related Jira Issues. I've tried
"issueFunction in issueFieldMatch('project=XX AND Related JIRA Issue(s) is not EMPTY','issueKey', 'Related JIRA Issue(s)')"
and other variations, but it comes back and tells me that issueKey is not a field. Is this not possible?