Create filter based on different watchers.

Alexander Nygren December 7, 2022

Hi,
I'm trying to create a filter to see what all my agile team members are watching. Similar to see all issues I am watching, I'd like to create a filter based on multiple watchers.

 Something like this: watcher = (a431222) OR watcher = (a446783)

How do I go about this?

Please help and thank you in advance!

1 answer

0 votes
Luis Machado
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 7, 2022

Hi @Alexander Nygren 

I'd recommend creating a group for your agile team and using something like this:

watcher in membersOf("group name")

 Replacing group name with the actual name of the group of course. This way you don't have to maintain the filter if you add/remove team members, just update the group.

Suggest an answer

Log in or Sign up to answer