Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-13400

Create a separate REST API service for Bamboo plan branches

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • REST API
    • 1
    • 2
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Currently the branch build results are combined with regular plan results, and it's confusing. For example, getting a branch name via a REST API call can be done by this call:

      http://localhost:8085/rest/api/latest/result/PROJ1-PLAN11
      

      and the shortName will contain the branch name:

      ...
      <plan enabled="true" type="chain_branch" shortKey="PLAN11" shortName="master" name="Project-1 - Plan-1 - master" key="PROJ1-PLAN11">
      ...
      

      Having a separate REST API service for plan branches will make working with them more straightforward.

              Unassigned Unassigned
              akhachatryan ArmenA
              Votes:
              8 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated: