Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Sort/order bamboo api response results by key

Dmitrij Kultasev April 16, 2019

I want to return top(N) latest records from the `Atlassian Bamboo` sorted by some key. I'm not sure what is the API version it is.

I've tried to do `...branch?orderBy/OrderBy/sortBy/SortBy=branch/branch.key/...` with no result at all.

The URL I'm using is http://host.com:8085/rest/api/latest/plan/XXX/branch. The output is:

<branches expand="branches"> 
<
link href="http://host.com:8085/rest/api/latest/plan/XXXXX/branch" rel="self"/>
<
branches expand="branch" start-index="0" max-result="25" size="25">
<
branch key="XXXXX187" name="Very important project - Development Build - bugfix-JIRAISSUE-663-another-dummy-branch" description="Reports are not deployed for manually created branches" shortName="bugfix-JIRAISSUE-663-another-dummy-branch" shortKey="DB187" enabled="true">
<
link href="http://host.com:8085/rest/api/latest/plan/XXXXX187" rel="self"/> <workflowType>branches</workflowType>
</
branch>
<
branch key="XXXXX186" name="Very important project - Development Build - bugfix-JIRAISSUE-663_dummy_change" description="Reports are not deployed for manually created branches" shortName="bugfix-JIRAISSUE-663_dummy_change" shortKey="DB186" enabled="true">
<
link href="http://host.com:8085/rest/api/latest/plan/XXXXX186" rel="self"/>
<
workflowType>branches</workflowType>
</
branch>
</
branches>
</branches>

1 answer

1 accepted

0 votes
Answer accepted
Victor Debone
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 18, 2019

Hello @Dmitrij Kultasev

Bamboo currently doesn't support sort with the REST endpoints, you can check what options are available at our REST docs :) May I ask, what kind of information are you trying to extract?

Victor

Dmitrij Kultasev April 18, 2019

I want to get associated with the feature branch plan (or plan key URL).

Victor Debone
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 18, 2019

I think I didn't understand what you mean :/

Do you need more details on the plan branches?

Dmitrij Kultasev April 19, 2019

When I create branch in git, bamboo is creating his branch plan. I want to get this branch plan URL or plan key by specifying the git branch name.

For example, I provide: 'feature/JIRAISSUE-123' (the valid feature branch in git) and I get something like http://my.bamboo.server.com:8085/browse/XYZ-AB1

Victor Debone
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 19, 2019

Ok! Have you tried building up the URL directly with this endpoint?

If not, what blocked you from using it?

Dmitrij Kultasev April 19, 2019

I do not want to build, I want to get URL of existing build

Victor Debone
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 19, 2019

Exactly :) Have you tried that endpoint?

Like Dmitrij Kultasev likes this
Dmitrij Kultasev April 19, 2019

thanks, it's working

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events