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

Unable to get results for plan with REST API

VANKEISBELCK VANKEISBELCK September 30, 2013

Hi,

Probably a very stupid question, I'm a complete bamboo REST noob.

I can't get the results (builds) for a plan using the REST API :

/rest/api/latest/result.json/PRJ-PLAN

The doc :

https://docs.atlassian.com/bamboo/REST/4.4-SNAPSHOT/#d2e228

This always returns '404 null for uri'. I have a valid result when I don't specify no project or project-plan :

/rest/api/latest/result.json

Of course, PRJ-PLAN exists, it's even returned by the 'result.json' call...

The command line does work :

/bamboo.sh -s http://mybamboo -u vankeisb -p ****** --action getBuildList --build "PRJ-PLAN"

It returns a list of the builds for the target plan.

Am I doing something wrong ?

Thanks,

Rémi

Bamboo version : 4.4.5 build 3507 -27 Mar 13

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
PiotrA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 30, 2013

Hi Rémi,

Shouldn't it be rather "/rest/api/latest/result/PRJ-PLAN.json" instead of "/rest/api/latest/result.json/PRJ-PLAN" ? Can you try that?

VANKEISBELCK VANKEISBELCK September 30, 2013

Woaw how dumb I feel... I was actually trying to capture the HTTP requests sent by the CLI !

Thanks a lot, that works. I will probably go hide myself in a hole somewhere now :P

PiotrA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 30, 2013

Lol, just check if you have some wi-fi in that hole before you hide. Otherwise what will you be doing there?

I'm glad that it helped.

regards!

TAGS
AUG Leaders

Atlassian Community Events