Hi All,
I am trying to integrated Jira Service Desk with Bamboo plan. I tried using the webhook and automation rules but seems to be an disconnect there. For some reason my request is not getting authenticated. I am getting 412 errors.
My automation rule has the url as
https://username:Password@bamboo:portnumber/rest/api/2/latest/queue/<bamboo-buildkey>os_authType=basiccls
Other option was to try the Webhook. It has the same url but the credentials were passed as headers.
When I do curl then Bamboo build gets triggered.
Can someone let me know what is that I am missing here?
Jira Webhook does not support authentication yet as stated in https://jira.atlassian.com/browse/JRASERVER-31953
Have to use the workaround https://bamboo:portnumber/rest/api/latest/queue/<bamboo-buildkey>?os_authType=basic&os_username=username&os_password=password
It need Header "X-Atlassian-Token: no-check" as well
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.