Degraded performance Customers may experience intermittent errors using Community search. Our platform vendor is investigating.
It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi
I am following an example in the documentation here.
* Use negative indexes to return the last entries in build list, e.g. [-5:-1] returns last five builds in list
This curl command:
curl --user usr1:password12 http://localhost:8085/rest/api/latest/result.json?expand=results[-5:-1].result
returns
curl: (3) [globbing] bad range specification in column 66
I have 37 results for this plan.
A simpler command using [0] also returns error
curl --user usr1:password12 http://localhost:8085/rest/api/latest/result.json?expand=results[0].result
[globbing] bad range in column 70.
I solved the problem with globbing error by using -g flag. However I only get the latest result.
results[0].result works as expected
results[-5:-1].result still returns the last result. Currently there are 38 results in my plan.
I found the answer for this error :
curl: (3) [globbing] bad range specification in column
-g flag has to be used with a curl command that includes brackets.
Error is gone when -g is used. So this command works:
url --user usr1:password12 http://localhost:8085/rest/api/latest/result.json?expand=results[0].result
But this command only returns the last result (the same as the result when using [0]):
url --user usr1:password12 http://localhost:8085/rest/api/latest/result.json?expand=results[-5:-1].result
even though I have multiple results. What am I missing? Thank you.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreBamboo 5.9 will no longer be supported after June 12, 2017. What does this mean? As part of our End of Life policy, Atlassian supports major versions for two years after the first major iteratio...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.