Hi all,
We are looking to include the result of a JQL query in our geckoboard for our APIs.
Geckoboard requires the data in the form of:
{"item": [ { "value": 5723 } ] }
Which is doable in JQL, however it returns this object inside of an array. i.e.
[{"item": [ { "value": 5723 } ] }]
Does anyone have any ideas how we could get the API to just return the object rather than the object inside an array?
Many thanks,
Ben
--
Best answer by michael
Hi
Please note that the JQL endpoint will always return an array of results at the base level, and I'm afraid there's no way to avoid having the outcome of JQL as an array at the base.
I do want to drill more into what insight this JQL is trying to accomplish for you, because after researching more into Geckoboard it looks like they have a widget you can use for a lot of our out of the box reports (Funnels, Retention, etc).
Is there a possibility that you can get this answer you are looking for and trying to display (or maybe most of it) by taking advantage of some of our default reporting tools?
Looking forward to continuing the discussion