You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Set **Target date** → **before** → [Select date]
58
58
- Add **State group** → **is not** → [Completed]
59
59
60
60
## Manage your filters
@@ -77,7 +77,7 @@ Each field supports different operators to give you precise control over your fi
77
77
You get essential filtering with the `is` operator, plus `between` for date fields. This covers the most common filtering needs.
78
78
79
79
**Paid plans**
80
-
Unlock advanced filtering with additional operators including `is not`, `after`, `before`, and more specialized conditions. We will be adding more conditions here such as `in`, `contains`, `is empty`, etc. .
80
+
Unlock advanced filtering with additional operators including `is not`, `after`, `before`, and more specialized conditions. We will be adding more conditions here such as `not in`, `contains`, `is empty`, etc. .
81
81
:::
82
82
83
83
### Type
@@ -87,6 +87,7 @@ Filter by custom work item types, such as Bug, Feature, or Task.
87
87
| Operator | Description | Use case |
88
88
|----------|-------------|----------|
89
89
|`is`| Exactly matches one type | Show only work items with type *Bug*|
90
+
|`is any of`| Matches any of several types | Bugs or Tasks only |
90
91
91
92
### State
92
93
@@ -95,6 +96,7 @@ View work items based on their current state, such as Todo, In Progress, or Done
95
96
| Operator | Description | Use case |
96
97
|----------|-------------|----------|
97
98
|`is`| Exactly matches one state | Only items In Progress |
99
+
|`is any of`| Matches any of several states | Todo or In Progress |
98
100
|`is not`| Excludes one state | Everything except Done |
99
101
100
102
### State Group
@@ -104,6 +106,7 @@ View all, active or backlog work items.
104
106
| Operator | Description | Use case |
105
107
|----------|-------------|----------|
106
108
|`is`| Exactly matches one group | Show only Started work items |
109
+
|`is any of`| Matches any of several groups | Backlog or Unstarted |
107
110
|`is not`| Excludes one group | Everything except Backlog |
108
111
109
112
### Assignees
@@ -113,6 +116,7 @@ Focus on work items assigned to specific team members to track workloads or iden
113
116
| Operator | Description | Use case |
114
117
|----------|-------------|----------|
115
118
|`is`| Exactly matches one person | Find work assigned to Sarah |
119
+
|`is any of`| Matches any of multiple people | Show work for the frontend team |
116
120
|`is not`| Excludes one person | Hide items assigned to John |
117
121
118
122
### Priority
@@ -122,6 +126,7 @@ Filter work items by their priority level (e.g., Urgent, High, Medium, Low) to f
122
126
| Operator | Description | Use case |
123
127
|----------|-------------|----------|
124
128
|`is`| Exactly matches one priority | Only high priority items |
129
+
|`is any of`| Matches any of several priorities | High or medium priority |
0 commit comments