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,553,566
Community Members
 
Community Events
184
Community Groups

Unable to do POST request from Jira Service Desk to Bamboo using webhook?

I am trying to trigger a build in Bamboo when Jira Service Desk get a ticket approved. I have configured custom rule in the project setting. I am getting "HTTP Status 405 - Method Not Allowed", which describes to "The specified HTTP method is not allowed for the requested resource".

When I try to do curl from my desktop it works fine but when JSD tries to hit it does not even reach Bamboo.

 

2 answers

1 accepted

1 vote
Answer accepted

The issue was with the Bamboo version. It was on an older version and API url was using latest version of API. I upgraded the bamboo version and API worked. 

0 votes
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Dec 18, 2018

Hi Rahul,

This is what I would do to troubleshoot this one:

  1. Check if you are able to run the same curl command from the Server where Jira Service Desk is running. This should work first.
    This will validate any network issue that could be happening.
  2. Make sure you have the authentication and PLAN-KEY in the URL as the following one:
    http://admin:password@bamboo-host:8085/rest/api/latest/queue/PLAN-KEY?os_authType=basic
    Reference: How to Configure JIRA Webhook to Trigger Bamboo Build
  3. Check both Bamboo and Jira Service Desk logs to troubleshoot it further

Please share with us your findings in case the information above didn't help.



Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events