Forums

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

I just want to see the tickets I'm a watcher on.

Barış Özer
Contributor
November 23, 2022

Hello everyone,

I just want to see the tickets I'm a watcher on.

How can I add a filter?

I couldn't find JQL.

watcher in (username) does not work.

Help please..

2 answers

2 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 23, 2022

For JQL, go to Issues -> Search and click "advanced"

All you need for watching is something like

watchers = currentUser()

1 vote
Answer accepted
Hana Kučerová
Community Champion
November 23, 2022

Hi @Barış Özer ,

please try:

watcher = currentUser()
Barış Özer
Contributor
November 23, 2022

Hi @Hana Kučerová 

I want to filter another person.

I can do it myself.

Another friend of mine wants to see the tickets he's a watcher on.

Hana Kučerová
Community Champion
November 23, 2022

@Barış Özer 
If you use currentUser(), it will always show the issues for the user, who uses the filter. So if your friend uses it, it will show issues watched by him.

Suggest an answer

Log in or Sign up to answer