Content
View differences
Updated by Harpan Budi Santoso almost 6 years ago
In our OpenProject, we use watcher to let people with interest in some work packages get notification when there is an update.
To make easier access, today I want to make a custom view that will show all work packages with I am as watcher and assignee. Unfortunately, I realize it is impossible to do due to work package filter behaviour. It explicitly define logical expression between filter is **"AND".** While what I need is **"OR",** in my case abaove:
> Show me all work packages with I am as watcher **OR** assignee.
To make easier access, today I want to make a custom view that will show all work packages with I am as watcher and assignee. Unfortunately, I realize it is impossible to do due to work package filter behaviour. It explicitly define logical expression between filter is **"AND".** While what I need is **"OR",** in my case abaove:
> Show me all work packages with I am as watcher **OR** assignee.