Skip to content

Filtreler

Filters let you narrow down a list of work items to show only the ones that match specific criteria. Every layout in SetGet — List, Kanban, Spreadsheet, Calendar, and Gantt — supports the same filtering system. You can filter by any work item property, combine multiple conditions, and save the result as a reusable view.

Filtreleme nasil calisir

When you apply a filter, SetGet evaluates every work item in the current scope (project or workspace) against your conditions. Only items that satisfy all active conditions are displayed. This is AND logic — every condition must be true for an item to appear.

Filtre uygulama

  1. Click the Filter button in the view toolbar.
  2. Select a property to filter by (for example, State).
  3. Choose an operator (for example, "is").
  4. Select one or more values (for example, "In Progress").
  5. The list updates immediately to show only matching items.

To add another condition, click Add Filter and repeat the steps. Each additional condition further narrows the results.

Kullanilabilir filtre ozellikleri

The following properties can be used as filter criteria:

PropertyDescriptionSupported operators
StateWorkflow state of the work itemis, is not
PriorityPriority levelis, is not
AssigneeMembers assigned to the work itemis, is not, includes
LabelLabels attached to the work itemis, is not, includes
CycleThe cycle the work item belongs tois, is not
ModuleThe module the work item belongs tois, is not
Due dateTarget completion dateis, before, after, between
Start datePlanned start dateis, before, after, between
Created dateDate the work item was createdis, before, after, between
Updated dateDate the work item was last modifiedis, before, after, between
Created byMember who created the work itemis, is not
SubscriberMembers subscribed to the work itemis, is not, includes
MentionMembers mentioned in the work item description or commentsis, is not, includes
State groupLogical state group (Backlog, Unstarted, Started, Completed, Cancelled)is, is not
ProjectThe project the work item belongs to (workspace views only)is, is not

Filtre operatorleri

Each operator defines how the selected values are compared to the work item's property value.

Equality operators

OperatorBehaviorExample
isThe property value exactly matches one of the selected valuesState is "In Progress" — shows items whose state is In Progress
is notThe property value does not match any of the selected valuesPriority is not "None" — excludes items with no priority set

When you select multiple values with the is operator, the condition matches if the property equals any of the selected values (OR within a single filter). For example, State is "In Progress", "In Review" shows items in either state.

Collection operators

OperatorBehaviorExample
includesThe property contains at least one of the selected valuesLabels includes "Bug" — shows items that have the Bug label, regardless of other labels

The includes operator is available for multi-value properties (Assignees, Labels, Subscribers, Mentions).

Date operators

OperatorBehaviorExample
isThe date matches exactlyDue date is "2026-04-01"
beforeThe date is earlier than the specified valueDue date before "2026-04-01" — items due before April 1
afterThe date is later than the specified valueStart date after "2026-03-15" — items starting after March 15
betweenThe date falls within the specified rangeCreated date between "2026-03-01" and "2026-03-31"

Date filters also support relative values:

Relative valueMeaning
TodayThe current date
This weekMonday through Sunday of the current week
This monthFirst through last day of the current month
Last 7 daysThe past seven days including today
Last 30 daysThe past thirty days including today
Next 7 daysThe upcoming seven days starting from today
Next 30 daysThe upcoming thirty days starting from today

Birden fazla filtreyi birlestirme

When you add more than one filter condition, all conditions must be satisfied (AND logic):

Example: Find urgent backend bugs assigned to me that are not yet completed.

Filter #PropertyOperatorValue
1PriorityisUrgent
2LabelincludesBackend
3LabelincludesBug
4AssigneeisMe
5Stateis notDone, Cancelled

A work item appears only if it matches all five conditions simultaneously.

Multiple values within a single filter

Within a single filter condition, multiple values use OR logic:

  • State is "Todo", "In Progress" means State is Todo OR In Progress.

Across separate filter conditions, AND logic applies:

  • State is "In Progress" AND Priority is "Urgent" means both must be true.

TIP

To create OR logic across different properties (for example, "show items assigned to Alice OR labeled as Bug"), save two separate views and switch between them, or use the SetGet Query Language for more advanced logic.

Filtreleri temizleme

Remove a single filter

Click the X button next to any active filter chip in the filter bar to remove that specific condition.

Remove all filters

Click Clear All in the filter bar to remove every active condition and return to the unfiltered view.

Clearing filters does not affect the saved view configuration. If you clear filters on a saved view and then navigate away, the view still loads its saved filters next time.

Filtreleri gorunum olarak kaydetme

When you have configured a useful set of filters, save them so you can return instantly:

  1. Configure your desired filters, layout, grouping, and ordering.
  2. Click Save as View in the filter bar.
  3. Enter a descriptive name (for example, "Urgent Bugs — Unresolved").
  4. Click Save.

The view appears in the sidebar and preserves all filter conditions, the active layout, grouping, ordering, and display property settings. See Views Overview for full details.

Yaygin filtre tarifleri

Items due this week

PropertyOperatorValue
Due datebetweenThis week
Stateis notDone, Cancelled

My open items across all projects (workspace view)

PropertyOperatorValue
AssigneeisMe
State groupis notCompleted, Cancelled

Unassigned backlog items

PropertyOperatorValue
Assigneeis(empty / unassigned)
StateisBacklog

High-priority items without a cycle

PropertyOperatorValue
PriorityisUrgent, High
CycleisNone

Items updated in the last 7 days

PropertyOperatorValue
Updated dateafterLast 7 days

Items blocking others

PropertyOperatorValue
Stateis notDone, Cancelled
LabelincludesBlocker

Filtreler ve yerlesimler

Filters work identically across all layouts, but the visual effect differs:

LayoutFilter effect
ListRows that do not match are hidden
KanbanCards that do not match are hidden; empty columns may disappear
SpreadsheetRows that do not match are hidden
CalendarItems that do not match are removed from the calendar cells
GanttBars that do not match are removed from the timeline

Filtre kaliciligi

ScenarioBehavior
Filter on a saved viewFilters are part of the view configuration. They persist across sessions.
Filter on a default viewYour personal filter changes are temporary. Navigating away resets to the default.
Filter without savingFilters are session-local. Refreshing the page resets them.

To make filters permanent, save them as a view.

Performans notlari

Filters are applied on the server side before data is sent to the browser. Even in large workspaces with thousands of work items, filtered views load quickly because only matching items are transferred.

If a filtered view still loads slowly:

  • Check that your filter conditions are not returning a very large result set.
  • Add more specific conditions to reduce the number of matching items.
  • Consider splitting a broad workspace view into multiple project-level views.

Sorun giderme

Filter returns no results

  • Remove filters one at a time to identify which condition is too restrictive.
  • Check for typos in filter values (especially when filtering by label names).
  • Verify that you are in the correct scope (project vs. workspace).

A property I need is not in the filter list

Some custom or computed properties may not be available as filter criteria. Check Display Options for grouping alternatives, or use the SetGet Query Language for advanced queries.

Filtreler reset when I return to the view

Filters only persist if the view is saved. Click Update View (for existing views) or Save as View (for new configurations) to make filters permanent.

Ilgili sayfalar