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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.