How can I view all the JIRA tickets I'm watching?
Asked Answered
P

2

24

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.

Proselytism answered 25/8, 2017 at 7:4 Comment(1)
JIRA is such a dumpster fire.Cabala
P
35

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.

Podesta answered 25/8, 2017 at 7:9 Comment(1)
Adding the watch gadget was a simple & easy solution. Although, I had to make a separate dashboard to add it.Diastema
H
12

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 :-)

Horne answered 14/4, 2020 at 8:19 Comment(2)
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.