I want the few reports in JIRA but based on my start date and end date. For e.g.: I want a pie chart report for all assignees for the month of June, Is there any way I can do that?
Hi @Nilay Sheth - As you already understand, reporting is typically based on a project or a saved filter query. What you are trying to report on here, should be mentioned through a filter query. Let's say you are trying to report resolved issues, by assignee, you could try saving a query like "project = abc and status = resolved and (resolutiondate >= startOfMonth(-1) and resolutiondate <= endOfMonth(-1)). Because I am running this query in July, startOfMonth and endOfMonth with (-1) is taking the context back to last month (June). Also, you may need to adjust the values for status based on how your project is configured.
Once this query is saved, you will need to select the saved filter and select statistic type as Assignee, on the pie chart being configured.
Hope this helps!
-kalyani
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nilay Sheth - Thanks for acknowledging my comment. If you think my answer helped resolve your issue, please accept it so it will help others looking for help in this scope. Thank you!
-kalyani
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.