Hi,
I'm trying to write JQL query for all task status' with a specific label for the last 3 weeks not including the last day.
The current query that I have is
project=project AND labels =label1 AND "Start date[]">= startOfWeek(-2) AND "start date[]" >= startOFDay(-1) ORDER BY status
How can I get this to work?
Thank you!
If I understand you correctly, you want to see the workflow statuses of certain tickets (i.e. the ones your JQL returns). You can to this by clicking on Export from your JQL search (once you have the results). Scroll to the bottom and click on Create dashboard gadget. The choose the Pie Chart on the left. Clock on the small cog wheel above the cancel button and click on Edit. Now you can change the Statistics Type to Status and then click save. There is no need to Save to Dashboard, unless you really want to.
HTH,
KGM
Thanks for responding,
The dashboard gadgets only allow you to show status for but I need to filter it further by time range so I can see what percentages of the tasks in the past 2 weeks got completed. To do that I'm trying to create a filter and then apply that filter to the gadget.
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.