I want to make a dashboard to show Top 3 most resolved tickets of the week for assignee in the team. And current most assigned tickets. Where I can award the candidate for most resolved tickets and also show the most assigned tickets currently.
I tried using 2D gadget, but it doesn't work. Meanwhile I tried this filter,
filter in ("PROJECT") and status = Resolved and resolutiondate <= now() and resolutiondate >= endOfWeek()
But i can't get the data for these filters. Can you help me with this?
Thanks in advance.
Hi Rithvik and welcome to the Atlassian Community!
I don't know what you are trying to to get out of this JQL, but there is something in there that in my opinion will nver show issues:
resolutiondate <= now() and resolutiondate >= endOfWeek()
What you are saying here is that you want issues resolved prior to today but after the end of the week? Is this a typo perhaps?
Have a look at some extra info about JQL and the dates used in JQL:
https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/
Jeroen
Many thanks @Jeroen Poismans for speedy response.
I would be glad to know if there is another way to get this information.
Regards,
Rithvik Banka
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.