Skip to main content

Filter work items

Filters help you find exactly the work items you need by applying conditions across multiple fields. Whether you're looking for overdue tasks assigned to your team or tracking items in specific states, filters give you the control to slice through your work items with precision.

With rich filters, you can now choose from different operators for each field type, giving you even more control over how you filter your work items.

Filter work items

How to use filters

Filters live in their own dedicated row below the main toolbar, making them always accessible while you work with your work items.

Basic filtering

To start filtering your work items:

  1. Click the Filters icon button to open a dropdown with all the fields.
  2. Select any field (State, Priority, Assignee, etc.) to add a filter condition.
  3. Choose your operator from the dropdown (like "is", "is not", "after", etc.).
  4. Select one or more values you want to filter the field by.
  5. Your work items update instantly to match your criteria.

Build complex filters

You can combine multiple filters to create powerful queries:

Find urgent items for your team:

  • Set PriorityisHigh
  • Add Assigneein → [Select team members]
  • Add Stateis notDone

Track overdue work:

  • Set Target datebefore → [Select date]
  • Add State groupis notCompleted

Review items without assignments:

  • Set Assignee → is → [Leave empty]
  • Add State → in → [Backlog, To Do]

Work with date filters

Date filters are particularly powerful for project management:

This week's deliverables:

  • Set Target datebetween → [[Select date range]

Items starting soon:

  • Set Start Dateafter or on → [Select date]
  • Add Start Datebefore or on → [Select date]

Overdue items:

  • Set Target datebefore → [Select date]
  • Add State groupis not → [Completed]

Manage your filters

  • Clear specific filters:
    Click the X next to any filter condition to remove just that filter.

  • Clear all filters:
    Use the Clear all button to start fresh.

  • Save your view:
    Once you've built the perfect filter combination, use Save view to preserve your configuration as a custom view for easy access in the future. Views allow you to quickly switch between different perspectives, such as a high-priority tasks dashboard or a specific team’s workload. See Views for more details.

Filter operators reference

Each field supports different operators to give you precise control over your filtering.

Operator availability

Free plan
You get essential filtering with the is operator, plus between for date fields. This covers the most common filtering needs.

Paid plans
Unlock advanced filtering with additional operators including is not, is not any of, after, before, and more specialized conditions. We will be adding more conditions here such as not in, contains, is empty, etc. .

Type

Filter by custom work item types, such as Bug, Feature, or Task.

OperatorDescriptionUse case
isExactly matches one typeShow only work items with type Bug
is any ofMatches any of several typesBugs or Tasks only
is notExcludes one typeEverything except Bug
is not any ofExcludes several typesNot Bugs or Tasks

State

View work items based on their current state, such as Todo, In Progress, or Done.

OperatorDescriptionUse case
isExactly matches one stateOnly items In Progress
is any ofMatches any of several statesTodo or In Progress
is notExcludes one stateEverything except Done
is not any ofExcludes several statesNot Done or Cancelled

State Group

View all, active or backlog work items.

OperatorDescriptionUse case
isExactly matches one groupShow only Started work items
is any ofMatches any of several groupsBacklog or Unstarted
is notExcludes one groupEverything except Backlog
is not any ofExcludes several groupsNot Backlog or Cancelled

Assignees

Focus on work items assigned to specific team members to track workloads or identify pending tasks.

OperatorDescriptionUse case
isExactly matches one personFind work assigned to Sarah
is any ofMatches any of multiple peopleShow work for the frontend team
is notExcludes one personHide items assigned to John
is not any ofExcludes multiple peopleNot assigned to John or Sarah

Priority

Filter work items by their priority level (e.g., Urgent, High, Medium, Low) to focus on the most critical tasks.

OperatorDescriptionUse case
isExactly matches one priorityOnly high priority items
is any ofMatches any of several prioritiesHigh or medium priority
is notExcludes one priorityEverything except low priority
is not any ofExcludes several prioritiesNot low or none priority

Mentions

Filter tasks where you or another team member has been mentioned to ensure no critical tasks are missed.

OperatorDescriptionUse case
isExactly matches one personItems mentioning Sarah
is any ofMatches any of multiple peopleMentioning team leads
is notExcludes one personNot mentioning John
is not any ofExcludes multiple peopleNot mentioning John or Sarah

Label

Filter work items based on custom tags, such as "Frontend", or "Marketing".

OperatorDescriptionUse case
isExact label matchLabel exactly "bug"
is any ofMatches any of the Labelsfrontend or backend
is notNot exact label matchLabel not exactly "bug"
is not any ofExcludes several labelsNot frontend or backend

Cycle

View work items tied to specific cycles to monitor progress within a timeframe.

OperatorDescriptionUse case
isExactly this cycleItems in Sprint 23
is any ofAny of these cyclesIn Sprint 23 or 24
is notNot this specific cycleNot in Sprint 23
is not any ofNot in any of these cyclesNot in Sprint 23 or 24

Module

Filter work items by their associated module to analyze related tasks together.

OperatorDescriptionUse case
isExactly this moduleItems in Authentication module
is any ofAny of these modulesIn API development or Data management modules
is notNot this specific moduleNot in Authentication module
is not any ofNot in any of these modulesNot in API or Data management

Start date and Target date

Filter 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.

OperatorDescriptionUse case
isExactly this dateItems due today
is notNot this specific dateNot due today
beforeEarlier than this dateDue before Monday
not beforeThis date or laterNot due before Monday (due Monday or later)
before or onThis date or earlierDue Monday or earlier
not before or onLater than this dateNot due Monday or earlier (due after Monday)
afterLater than this dateDue after Friday
not afterThis date or earlierNot due after Friday (due Friday or earlier)
after or onThis date or laterDue Friday or later
not after or onEarlier than this dateNot due Friday or later (due before Friday)
betweenWithin date rangeDue this week
not betweenOutside date rangeNot due this week

Created by

Identify work items created by specific individuals.

OperatorDescriptionUse case
isExactly matches one personItems created by Sarah
is any ofMatches any of multiple peopleShow work for the frontend team
is notExcludes one personNot created by John
is not any ofExcludes multiple peopleNot created by John or Sarah

Custom properties

Filter work items by any custom properties defined for each work item type in your project. The available operators depend on the property type.

Text properties

OperatorDescriptionUse case
isExact text matchName is exactly "Login feature"
is notNot exact text matchName is not "Login feature"
containsText contains valueDescription contains "authentication"
does not containText does not contain valueDescription does not contain "deprecated"

Number properties

OperatorDescriptionUse case
isExactly this numberStory points is 8
is notNot this numberEstimated hours is not 5
less thanBelow this valuePriority score less than 50
not less thanThis value or aboveComplexity not less than 3
less than or equalThis value or belowEffort less than or equal 10
not less than or equalAbove this valueRisk level not less than or equal 5
greater thanAbove this valueTechnical complexity greater than 3
not greater thanThis value or belowCustomer impact not greater than 7
greater than or equalThis value or aboveBusiness value greater than or equal 50
not greater than or equalBelow this valueSeverity not greater than or equal 8
betweenWithin numeric rangeEstimated hours between 5 and 10
not betweenOutside numeric rangePriority score not between 20 and 40

Dropdown properties

OperatorDescriptionUse case
isExactly this optionSeverity is Critical
is any ofAny of these optionsStatus is Approved or Pending
is notNot this optionCategory is not Bug
is not any ofNot any of these optionsEnvironment not Staging or Development

Boolean properties

OperatorDescriptionUse case
isMatches boolean valueIs blocking is True
is notDoes not match boolean valueRequires review is not False

Date properties

OperatorDescriptionUse case
isExactly this dateReview date is today
is notNot this specific dateLaunch date is not tomorrow
beforeEarlier than this dateDeadline before next Monday
not beforeThis date or laterStart date not before January 1
before or onThis date or earlierDue date before or on Friday
not before or onLater than this datePlanned date not before or on March 15
afterLater than this dateCompletion date after Q1 end
not afterThis date or earlierTarget date not after June 30
after or onThis date or laterDelivery date after or on release day
not after or onEarlier than this dateMilestone not after or on sprint end
betweenWithin date rangeReview period between Jan 1 and Jan 31
not betweenOutside date rangeAvailability not between holidays

Member picker properties

OperatorDescriptionUse case
isExactly this memberReviewer is Sarah
is any ofAny of these membersCode owner is John or Emily
is notNot this memberQuality checker is not Mike
is not any ofNot any of these membersApprover not John or Sarah

URL properties

OperatorDescriptionUse case
isExact URL matchDesign link is exactly [URL]
is notNot this exact URLDocumentation link is not [URL]
containsURL contains textReference URL contains "figma.com"
does not containURL does not contain textExternal link does not contain "staging"