I clicked watcher for many JIRA tickets, but I can't find a filter that shows me all the tickets I am watching. Can someone direct me to the right link or filter to look.
How can I view all the JIRA tickets I'm watching?
Type in the Jira issues search (Issues > Search for issues): key in watchedIssues()
or go directly to the URL, like to your JIRA domain http://<your-jira-domain>/jira/issues/?jql=key%20in%20watchedIssues()
There is also a gadget you can add to your JIRA homepage (dashboard): Watched Issues
From the top right button "add gadget", then on the pop-pup search for "watched" and you will get it.
Adding the watch gadget was a simple & easy solution. Although, I had to make a separate dashboard to add it. –
Diastema
If you open up a "New search". Then the filter below will show you, your watched tasks:
watcher = currentUser() AND resolution = Unresolved ORDER BY priority DESC, updated DESC
Hope it suits you :-)
The URL link would like this, jira.com/issues/… –
Chancey
Thank you so much! I wish I'd discovered this Jira trick months ago! –
Shrine
© 2022 - 2024 — McMap. All rights reserved.