Show x and y Axis base data in jira dashboard

Tukaram Bhukya November 30, 2016

Please help me in below query.

 

 Be able to include a graphical representation in a Dashboard that shows the following:
 X-Axis shows months, beginning January 2010, ending current month
Y-Axis shows % of open tickets in project "MyProject"  that had status of Coding in Progress


Please reply if anyone knows any plugin or ideas.


1 answer

0 votes
Deleted user December 1, 2016

Tukaram, There should be a date column to be used with your query, either Created Date, or Modified Date. Once you create your filter your data with simple JQL like 'project='MyProject' and status='Coding in Progress' and issuetype='issuetype for open tickets as defined in your system configuration' and createddate>='01/01/2010' (depending on your system settings for dates, you may need to format this), you should be able to use the filter the data. Then you can use the filter in an add on for Statistics and display the data in the way you want. The add on can help to change the Y axis values between the % and count if you need. Good luck.

Suggest an answer

Log in or Sign up to answer