I am looking to have a custom count in a Filter Count widget to show the total number of Watched Issues by any of my team members.
I created the filter using
watcher = currentUser()
When you load the Filter Count widget, it shows 1 but there are many more issues being watched.
When clicking into the count, the JQL is switched to:
filter in ("10369") AND watcher = currentUser()
Any suggestions?
Hello @Robert DelFave
Welcome to the community.
When you add the gadget to your dashboard you must specify a project or a saved filter for the gadget to use. When you add a count (custom or otherwise) it will count the issue that match your count criteria that are within the filter you've applied to the gadget.
What filter did you apply to the gadget?
When you click through on the count, you are taken to the search screen where that filter plus your criteria is being applied to give you the results.
Hi @Trudy Claspill , I am using a current Project/Filter as seen below:
Overall, the three other filters work great when showing the current total for the user viewing the page except for Tickets I Am Watching.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the jql for the saved filter "ProdSup: All Projects - Current User"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
filter = 10368 AND assignee = currentUser() AND statusCategory != Done
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the jql of the filter with ID 10368?
Are there any issues where you are a Watcher AND an assignee AND the issue status is not in the Done Status Category AND whatever the criteria is for filter 10368?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems that the only way the filter works is if I am the assignee and watching. How can I have it to be just if I am watching?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Remove "and assignee = currentUser()" from the base filter used by 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.