Skip to content
Documentation

    Filter operators

    A reference for every filter operator in BetterBoard — what it does, which field types support it, and how it behaves.

    Available on single-value fields such as Status, Priority, Work item Type, Assignee, Reporter, Fix Version, Component, and single-select custom fields.

    OperatorMeaning
    isMatches exactly one selected value
    is any ofMatches any of the selected values (OR)
    is notExcludes one selected value
    is none ofExcludes all of the selected values
    includes all ofWork item must have every selected value (AND — for multi-value fields like Labels, Sprint, and multi-select custom fields)
    is emptyField has no value
    is not emptyField has any value

    Labels, Sprint, multi-select custom fields, and Assets fields use is any of, is none of, contains all, is empty, and is not empty. The selected values for Assets are linked Jira objects, so those conditions compare object identity rather than attributes. See Assets fields for the complete Assets scope.

    Available on text fields (Summary, short text, and URL custom fields).

    OperatorMeaning
    isExactly matches the entered text
    is notDoes not exactly match the entered text
    containsField includes the search string (case-insensitive substring match)
    does not containField does not include the search string
    is emptyField has no value
    is not emptyField has any value

    Available on number and rating custom fields.

    OperatorMeaning
    isExactly equal to the number
    is notNot equal to the number
    greater thanValue is strictly greater than the number
    at leastValue is greater than or equal to the number
    less thanValue is strictly less than the number
    at mostValue is less than or equal to the number
    is emptyField has no value
    is not emptyField has any value

    Available on date and date-time fields (Due Date, Start Date, Created, Updated, and date custom fields).

    OperatorMeaning
    isExactly on the selected date
    is notNot on the selected date
    beforeEarlier than the selected date
    on or beforeOn or earlier than the selected date
    afterLater than the selected date
    on or afterOn or later than the selected date
    is emptyNo date set
    is not emptyA date is set

    Available on the Blockers field. These operators have no value to pick — they act as toggles based on the presence of work item links.

    OperatorMeaning
    is blockedHas at least one “is blocked by” work item link
    is not blockedHas no “is blocked by” links
    is blockingIs blocking at least one other work item
    is not blockingIs not blocking any other work items