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
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.