Forums

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

Can I write a query across any project for issues where I am a watcher?

BoredWithTech June 23, 2020

I am a watcher on issues across many projects. I would like to create a query for issues where I am a watcher across any project. Is that possible and how do I do that? Thank you.

1 answer

1 accepted

0 votes
Answer accepted
Sachin
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.
June 23, 2020

Try this JQL: watcher = currentUser()

BoredWithTech June 23, 2020

Thanks, that worked. I have other queries in which I used my user name instead of currentuser(). I tried that with the watcher field, but i got a message saying the value was not valid.

Sachin
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.
June 23, 2020

What is the JQL you are using ? did you use "watcher = username"

BoredWithTech June 23, 2020

Yes, that was it. It works with other fields such as reporter.

Suggest an answer

Log in or Sign up to answer