Bamboo API to rename a deploy version?

Hi there, we’ve built a tool to interact with Bamboo from Microsoft Teams. It works nicely that we can trigger the build and deployment jobs from Teams channel by chatting, and can receive notifications afterwards. One step in our CI/CD process is to rename the final deploy version in UAT to a formal release version(something like v1.0.0). We failed to find any API support for it. Now we can only do it in the web page manually. May I know is there a plan to support this in the future? Thanks

Our project page for your reference: GitHub - GaaraZhu/bamboo-on-teams: A serverless ChatOps tool for interacting with Bamboo from Microsoft Teams

1 Like

You could add your own REST APIs to Bamboo Server to achieve that.