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 triggering a bamboo build using Jira WebHook
https://user:pass@bambooserver/rest/api/latest/queue/RT-ENV?os_authType=basic
Now i also want to pass values like ${issue.key} to that bamboo.
Once triggered i need to print those value in job.
How can i do that.
Thanks in advance
Solution for above issue i wrote a rest API script in bamboo first task[which will get triggered via same webhook].
which basically get all details & fields values of that particular Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
I have covered by this python module https://pypi.org/project/atlassian-python-api/
Cheers,
Gonchik Tsymzhitov
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.