The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Dashboard widget details using Jira Rest API

VishalBabuKS
August 9, 2022

Hi Team,

We have a dashboard with a donut chart widget inside it. I need to extract the data from the donut chart.

Is there any JIRA Rest API which can get the details ?

 

jirascreenshot.PNG

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
February 20, 2023

Hi @VishalBabuKS ,

unfortunately there are no specific rest api for gadgets. Btw, you can retrieve data using the same filter used in your gadget and calculate the same statistics.

Fabio

Kumar
January 18, 2024

Hey @Fabio Racobaldo _Catworkx_ ,
     I also need to extract chart data similar to what @VishalBabuKS said. How can we retrieve the filter data used in my gadget. Is there any rest APIs for filter ?