I am trying to use JIRA REST API to query issues. I was able to successfully fetch the issues. I am not the admin of JIRA.
Questions:
- Is there any way to 'group by' the results? (I can write some custom function if it is not available in API)
- Is there any way to get the gadget data as well using API? (I want the chart img in binary format or something like that)