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.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.