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
View original