How to integrate Bamboo with Service Now?

Hello experts,
How to integrate Bamboo with Service Now and would like to manage the release once approval is done in Service Now.

The flow should be when the manager approve the release from the Service Now, then the release is trigger in the Bamboo.

Please advise on the above or advice if there is any alternate to achieve the approval process in Bamboo.

Any leads, much appreciated. Looking forward for your kind reply.

Thanks
Venu

No experts in our community? I am scared.

You probably want to use the Bamboo REST API to either trigger a build or a deployment, depending on how you implemented your ‘release’ process:

As explained in REST Authentication, it’s advised to use a personal access token.

Besides the API docs examples, there are also some others of varying quality scattered over the web, e.g.:

1 Like