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.
I'm trying to implement a Jira automation that triggers on an issue state change that then performs actions based on the linked pull requests.
For this, I need to be able to access the pull request URL etc. I have access to this information in automation rules that trigger on "Pull request created", but I don't know how to get to this information when using another trigger.
I tried looking at {{issue.development}} but there doesn't seem to be any relevant information (just a count, really).
Is there a smart value that gives me the info I need?
Is there some REST API call or GraphQL call I can make to get that information?
Thanks