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

bamboo REST API expansion

Dave Tarbox October 19, 2016
 

1 answer

2 votes
Dave Tarbox October 19, 2016

All the documentation I've found is fundamentally flawed. The 'example' in the section about expansion shows a single response in isolation, without even the data which would accompany it. In the most current, method documentation for xml expands to just the .dsd, and documentation for json also expands to the dsd. 

What finally worked for me was to append

'.json?max-result=%d&start-index=%d' % (end, start)

to the URL I wanted. E.g.: https://SERVER/rest/api/latest/result/PROJECT.json?max-result=25&start-index=0

After each call, start = RESULTS['results']['max=result'] ; end = start + limit

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events