Builds view is not showing all the builds of a given project due to Bamboo pagination

Issue #14 new
Alberto Diego Prieto Lofkrantz created an issue

The function that needs to be fixed is: https://bitbucket.org/atlassian/atlasboard-atlassian-package/src/5e95c0c11597192a211f41923fd214c0a3a6caff/jobs/buildoverview/lib/bamboo.js?at=master#cl-178

It needs to support pagination from Bamboo.

A sample response that highlights the problem is:

{
results: {
size: 34,
expand: "result",
start-index: 0,
max-result: 25,
result: [
...

Comments (1)

  1. Log in to comment