The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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.