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 am using the webhook:
http://yourusername:yourpasswd@bamboo-host:8085/rest/api/latest/queue/PLAN-KEY?os_authType=basic
in Jira to trigger a Bamboo build on issue creation. The trigger works and the plan runs. All good except I have no way to update Jira as there is no issue key to use. How can I pass that value? Webhooks have the ${issue.key} variable available, but the best I have achieved is to have the trigger work and Bamboo ignore the variable. There has to be a way to do this right?