0

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:

  1. Is there any way to 'group by' the results? (I can write some custom function if it is not available in API)
  2. 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)

2 Answers 2

0

Short answer: 1.) no it is not possible to group the result set 2.) no it is not possible to get gadget data over Rest

Sign up to request clarification or add additional context in comments.

Comments

0

1) You can do it in JavaScript or any other language.

2) Again, you can do it in JavaScript or any other language. There are plenty JavaScript plugins: http://www.chartjs.org/.

Do you use any programming language to run JIRA REST requests?

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.