We are looking at extracting the repository information (server, repo, authentication info) for a given Bamboo plan by calling the Bamboo API.
I cannot seem to find any API endpoint on this. I wonder if I miss anything or any thing available through Bamboo CLI.
Hello @Eddy Siauwidjaja, Welcome to Atlassian Community!
You can do this by querying the database. Though doable through the API, you'll have to run multiple API checks and parse the output multiple times to get to a similar result.
Please check the following KB. The provided queries may require some extension depending on your requirement, but they are already a good start.
Regards,
Eduardo Alvarenga
Atlassian Support APAC
Thank you, @Eduardo Alvarenga - if doable via API, we prefer the API path as we already have other scripts running via API. Could you please share which end point to use? I can't seem to find the one that can return the Plan's repository information.
Secondly, I need to create the repo reference to the new repo via API and map the Plan to the new repo reference as well. are there such API endpoints?
I noticed this is available through Bamboo CLI plugins. I assume Bamboo CLI will wrap some kind of API behind the scene. I can't seem to find it in the Bamboo's API reference. I must have missed something.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Eddy Siauwidjaja
I would use the following endpoints:
There is no way to make changes to a Plan via the API. You will have to use Bamboo Specs for that.
Regards,
Eduardo Alvarenga
Atlassian Support APAC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you again, @Eduardo Alvarenga
Unfortunately, I cannot use any UI - as I have to deal with thousands of plans.
I need an API way to do the above steps. Please share the API endpoints to do the above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
All the API endpoints are listed in my previous message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.