When a pull request is created in bitbucket, we try to trigger Bamboo through a webhook.
I attempted to trigger Bamboo Plan through the Bamboo REST API, but http code 202 occurred.
https://<BAMBOO_URL>/rest/triggers/latest/remote/changeDetection?planKey=<PLAN-KEY>&skipBranches=false
After pressing the test connection button, I saw View details.
There is no problem with the Request details, and the body of the Response details says “Change detection for [Plan-key] and its branches has been scheduled.” There is a message saying.
I would like to know the cause and solution to this phenomenon.