I want to create a report/chart that show the JIRA tickets assigned to the project for each week in the current month on the task/issue types.
Use a JQL query somethign like this (I haven't tried, but it should give you the idea):
project = MYPROJECT and created > currentMonth()
...and then visualize the result using the Created vs. Resolved gadget (use the "weekly" resolution).
...or just do a grouping using the 2D Statistics gadget where one of the dimensions is the issue type and the other is the creation date.
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.