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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,640,522
Community Members
 
Community Events
196
Community Groups

Sort/order bamboo api response results by key

Edited

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.
Apr 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

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.
Apr 18, 2019

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

Do you need more details on the plan branches?

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.
Apr 19, 2019

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

If not, what blocked you from using it?

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.
Apr 19, 2019

Exactly :) Have you tried that endpoint?

Like Dmitrij Kultasev likes this

thanks, it's working

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events