How to get issues watched by a specific user?
I would like to create a REST API call to get all issues with a specific user as a watcher. What is the right query syntax for it?
Please sign in to leave a comment.
Hi!
I'm Sergey from the YouTrack team.
There's no separate filter for watchers in the REST API. So in your case, you retrieve issues with all the watchers and filter the required watchers outside the API request itself (e.g., in your code).