@@ -90,24 +90,24 @@ Unlock advanced filtering with additional operators including `is not`, `is not
9090
9191Filter work items by their title text to find specific work items.
9292
93- | Operator | Description | Use case |
94- | ----------| -------------| ----------|
95- | ` is ` | Exact title match | Title is exactly "Login bug" |
96- | ` is not ` | Not exact title match | Title is not "Login bug" |
97- | ` contains ` | Title contains text | Title contains "authentication" |
93+ | Operator | Description | Use case |
94+ | ------------------ | --------------------------- | ----------------------------------- |
95+ | ` is ` | Exact title match | Title is exactly "Login bug" |
96+ | ` is not ` | Not exact title match | Title is not "Login bug" |
97+ | ` contains ` | Title contains text | Title contains "authentication" |
9898| ` does not contain ` | Title does not contain text | Title does not contain "deprecated" |
9999
100100### Milestone
101101
102102Filter work items by their associated milestone to track progress toward major goals or releases.
103103
104- | Operator | Description | Use case |
105- | ----------| -------------| ----------|
106- | ` is ` | Exactly this milestone | Items in Q1 Launch milestone |
107- | ` is any of ` | Any of these milestones | In Q1 Launch or Beta Release |
108- | ` is not ` | Not this specific milestone | Not in Q1 Launch |
104+ | Operator | Description | Use case |
105+ | --------------- | ------------------------------ | -------------------------------- |
106+ | ` is ` | Exactly this milestone | Items in Q1 Launch milestone |
107+ | ` is any of ` | Any of these milestones | In Q1 Launch or Beta Release |
108+ | ` is not ` | Not this specific milestone | Not in Q1 Launch |
109109| ` is not any of ` | Not in any of these milestones | Not in Q1 Launch or Beta Release |
110- | ` is empty ` | No milestone assigned | Items without any milestone |
110+ | ` is empty ` | No milestone assigned | Items without any milestone |
111111
112112### Type
113113
@@ -146,13 +146,13 @@ View all, active or backlog work items.
146146
147147Focus on work items assigned to specific team members to track workloads or identify pending tasks.
148148
149- | Operator | Description | Use case |
150- | ----------| -------------| ----------|
151- | ` is ` | Exactly matches one person | Find work assigned to Sarah |
152- | ` is any of ` | Matches any of multiple people | Show work for the frontend team |
153- | ` is not ` | Excludes one person | Hide items assigned to John |
154- | ` is not any of ` | Excludes multiple people | Not assigned to John or Sarah |
155- | ` is empty ` | No assignee | Unassigned work items |
149+ | Operator | Description | Use case |
150+ | --------------- | ------------------------------ | ------------------------------- |
151+ | ` is ` | Exactly matches one person | Find work assigned to Sarah |
152+ | ` is any of ` | Matches any of multiple people | Show work for the frontend team |
153+ | ` is not ` | Excludes one person | Hide items assigned to John |
154+ | ` is not any of ` | Excludes multiple people | Not assigned to John or Sarah |
155+ | ` is empty ` | No assignee | Unassigned work items |
156156
157157### Priority
158158
@@ -169,25 +169,25 @@ Filter work items by their priority level (e.g., Urgent, High, Medium, Low) to f
169169
170170Filter tasks where you or another team member has been mentioned to ensure no critical tasks are missed.
171171
172- | Operator | Description | Use case |
173- | ----------| -------------| ----------|
174- | ` is ` | Exactly matches one person | Items mentioning Sarah |
175- | ` is any of ` | Matches any of multiple people | Mentioning team leads |
176- | ` is not ` | Excludes one person | Not mentioning John |
177- | ` is not any of ` | Excludes multiple people | Not mentioning John or Sarah |
178- | ` is empty ` | No mentions | Items with no mentions |
172+ | Operator | Description | Use case |
173+ | --------------- | ------------------------------ | ---------------------------- |
174+ | ` is ` | Exactly matches one person | Items mentioning Sarah |
175+ | ` is any of ` | Matches any of multiple people | Mentioning team leads |
176+ | ` is not ` | Excludes one person | Not mentioning John |
177+ | ` is not any of ` | Excludes multiple people | Not mentioning John or Sarah |
178+ | ` is empty ` | No mentions | Items with no mentions |
179179
180180### Label
181181
182182Filter work items based on custom tags, such as "Frontend", or "Marketing".
183183
184- | Operator | Description | Use case |
185- | ----------| -------------| ----------|
186- | ` is ` | Exact label match | Label exactly "bug" |
187- | ` is any of ` | Matches any of the Labels| frontend or backend |
188- | ` is not ` | Not exact label match | Label not exactly "bug" |
189- | ` is not any of ` | Excludes several labels | Not frontend or backend |
190- | ` is empty ` | No labels | Items without any labels |
184+ | Operator | Description | Use case |
185+ | --------------- | ------------------------- | ------------------------ |
186+ | ` is ` | Exact label match | Label exactly "bug" |
187+ | ` is any of ` | Matches any of the Labels | frontend or backend |
188+ | ` is not ` | Not exact label match | Label not exactly "bug" |
189+ | ` is not any of ` | Excludes several labels | Not frontend or backend |
190+ | ` is empty ` | No labels | Items without any labels |
191191
192192### Cycle
193193
@@ -199,39 +199,39 @@ View work items tied to specific cycles to monitor progress within a timeframe.
199199| ` is any of ` | Any of these cycles | In Sprint 23 or 24 |
200200| ` is not ` | Not this specific cycle | Not in Sprint 23 |
201201| ` is not any of ` | Not in any of these cycles | Not in Sprint 23 or 24 |
202- | ` is empty ` | No cycle assigned | Items not in any cycle |
202+ | ` is empty ` | No cycle assigned | Items not in any cycle |
203203
204204### Module
205205
206206Filter work items by their associated module to analyze related tasks together.
207207
208- | Operator | Description | Use case |
209- | ----------| -------------| ----------|
210- | ` is ` | Exactly this module | Items in Authentication module |
211- | ` is any of ` | Any of these modules | In API development or Data management modules |
212- | ` is not ` | Not this specific module | Not in Authentication module |
213- | ` is not any of ` | Not in any of these modules | Not in API or Data management |
214- | ` is empty ` | No module assigned | Items not in any module |
208+ | Operator | Description | Use case |
209+ | --------------- | --------------------------- | --------------------------------------------- |
210+ | ` is ` | Exactly this module | Items in Authentication module |
211+ | ` is any of ` | Any of these modules | In API development or Data management modules |
212+ | ` is not ` | Not this specific module | Not in Authentication module |
213+ | ` is not any of ` | Not in any of these modules | Not in API or Data management |
214+ | ` is empty ` | No module assigned | Items not in any module |
215215
216216### Start date, Due date, Created at, and Updated at
217217
218218Filter work items by start dates to view tasks that are planned or already in progress, and by target dates to track upcoming deadlines or overdue tasks. For even more flexibility, you can specify a custom date range to focus on a specific timeframe.
219219
220- | Operator | Description | Use case |
221- | ----------| -------------| ----------|
222- | ` is ` | Exactly this date | Items due today |
223- | ` is not ` | Not this specific date | Not due today |
224- | ` before ` | Earlier than this date | Due before Monday |
225- | ` not before ` | This date or later | Not due before Monday (due Monday or later) |
226- | ` before or on ` | This date or earlier | Due Monday or earlier |
227- | ` not before or on ` | Later than this date | Not due Monday or earlier (due after Monday) |
228- | ` after ` | Later than this date | Due after Friday |
229- | ` not after ` | This date or earlier | Not due after Friday (due Friday or earlier) |
230- | ` after or on ` | This date or later | Due Friday or later |
231- | ` not after or on ` | Earlier than this date | Not due Friday or later (due before Friday) |
232- | ` between ` | Within date range | Due this week |
233- | ` not between ` | Outside date range | Not due this week |
234- | ` is empty ` | No date set | Items without start date or target date |
220+ | Operator | Description | Use case |
221+ | ------------------ | ---------------------- | -------------------------------------------- |
222+ | ` is ` | Exactly this date | Items due today |
223+ | ` is not ` | Not this specific date | Not due today |
224+ | ` before ` | Earlier than this date | Due before Monday |
225+ | ` not before ` | This date or later | Not due before Monday (due Monday or later) |
226+ | ` before or on ` | This date or earlier | Due Monday or earlier |
227+ | ` not before or on ` | Later than this date | Not due Monday or earlier (due after Monday) |
228+ | ` after ` | Later than this date | Due after Friday |
229+ | ` not after ` | This date or earlier | Not due after Friday (due Friday or earlier) |
230+ | ` after or on ` | This date or later | Due Friday or later |
231+ | ` not after or on ` | Earlier than this date | Not due Friday or later (due before Friday) |
232+ | ` between ` | Within date range | Due this week |
233+ | ` not between ` | Outside date range | Not due this week |
234+ | ` is empty ` | No date set | Items without start date or target date |
235235
236236### Created by
237237
0 commit comments