Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I view all the issues I am watching?

cprager
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 15, 2022

I watch many issues and cannot keep up with the email notifications when things change. 

I want to be able to have a list of issues that I am watching so I can see where they are now. 

How is this done in JIRA?

3 answers

3 votes
Pramodh M
Community Champion
February 15, 2022

Hi @cprager 

Welcome to the Community!!

Use the below query 

watcher = currentUser()

 If you just need to list the issues which are still open, follow the below JQL

watcher = currentUser() AND resolution = Unresolved

Sometimes the issues you are working on (where you will be added as Assignee or reporter), you'll be a watcher by default and to exclude those issues, follow the below

watcher = currentUser() AND assignee != currentUser()

Let me know if you have any queries

Thanks,
Pramodh

0 votes
Jack Brickey
Community Champion
February 15, 2022

You can enter the following JQL into the advanced search screen.

watcher = currentuser() or assignee = currentuser()

  1. click into the search box at the top of the menu
  2. Select advance search issues
  3. And the resulting view copy and paste the above text into the search bar
  4. Save the filter so you can reference later
0 votes
Peter DeWitt
Community Champion
February 15, 2022

@cprager , try using this JQL:

watcher = currentUser()

You can save it as a filter and add it to a dashboard using the Filter Results Macro.

 

-pjd

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events