Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,107
Community Members
 
Community Events
184
Community Groups

Trigger bamboo build from JIRA issue transition

Hi All,

I am able to trigger bamboo build using below command. 

curl -X POST -u test:test -d "stage&executeAllStages" -d "bamboo.variable.var1=value1" -d "bamboo.variable.var2=value2" http://xxx.xx.xx.xx:8085/rest/api/latest/queue/DEV-TES.json

 

Is there a way to do the same in jira webhook? or Is there any way to pass JIRA id as param?

 

Thanks

Mohan

 

1 comment

Hi All,

I have created a dummy plan variable jira_issue_key on bamboo, configured the below in jira webhook and it is working fine.

http://test:test123@xx.xx.xx.xx:8085/rest/api/latest/queue/DEV-CDTES?os_authType=basic&bamboo.variable.jira_issue_key=${issue.key}

I used username and password but I want to use personal access token instead of username and password.

How to use personal access token instead of basic auth?

 

Thanks

Comment

Log in or Sign up to comment