Skip to main content

Filters reference

This reference provides detailed information about the filters that you can use in your filtering rules.

Supported filters

The supported filters for any given field are dependent on the field's type. The table below lists the filters that are available for each field type.

Text filters

Text filters are generally supported for fields with a type of Short text, Paragraph or URL.

Filter nameRequired parametersOptional parametersDescription
Equal toValue: stringCase sensitive: booleanMatches field values that exactly match the specified string, with or without case sensitivity.
Not equal toValue: stringCase sensitive: booleanMatches field values that do not exactly match the specified string, with or without case sensitivity.
ContainsValue: stringCase sensitive: booleanMatches field values that contain the specified string, with or without case sensitivity.
Does not containValue: stringCase sensitive: booleanMatches field values that do not contain the specified string, with or without case sensitivity.
Starts withValue: stringCase sensitive: booleanMatches field values that start with the specified string, with or without case sensitivity.
Ends withValue: stringCase sensitive: booleanMatches field values that end with the specified string, with or without case sensitivity.
Does not end withValue: stringCase sensitive: booleanMatches field values that do not end with the specified string, with or without case sensitivity.
Is emptyNoneNoneMatches field values that are empty.
Is not emptyNoneNoneMatches field values that are not empty.

Number filters

Number filters are generally supported for fields with a type of Number, Duration, Percentage or Formula.

Filter nameRequired parametersOptional parametersDescription
Equal toValue: numberNoneMatches field values that exactly match the specified number.
Not equal toValue: numberNoneMatches field values that do not match the specified number.
Greater thanValue: numberNoneMatches field values that are greater than the specified number.
Greater than or equal toValue: numberNoneMatches field values that are greater than or equal to the number.
Less thanValue: numberNoneMatches field values that are less than the specified number.
Less than or equal toValue: numberNoneMatches field values that are less than or equal to the number.
Is emptyNoneNoneMatches field values that are empty.
Is not emptyNoneNoneMatches field values that are not empty.

Date filters

Date filters are generally supported for fields with a type of Date or Date/Time.

Filter nameRequired parametersOptional parametersDescription
OnValue: datePrecision: PrecisionMatches field values that match the specified date.
Not onValue: datePrecision: PrecisionMatches field values that do not match the specified date.
AfterValue: datePrecision: PrecisionMatches field values that are after the specified date.
On or afterValue: datePrecision: PrecisionMatches field values that are on or after the specified date.
BeforeValue: datePrecision: PrecisionMatches field values that are before the specified date.
On or beforeValue: datePrecision: PrecisionMatches field values that are on or before the specified date.
Is emptyNoneNoneMatches field values that are empty.
Is not emptyNoneNoneMatches field values that are not empty.
note

The Precision parameter can be one of the following:

  • Within the same day (default)
  • Within the same week
  • Within the same month
  • Within the same quarter
  • Within the same year

User filters

User filters are generally available for fields with a type of User (Single).

Filter nameRequired parametersOptional parametersDescription
Equal toValue: UserNoneMatches field values that match the specified user.
Not equal toValue: UserNoneMatches field values that do not match the specified user.
Is emptyNoneNoneMatches field values that are empty.
Is not emptyNoneNoneMatches field values that are not empty.

Issue Key filters

Issue Key filters are generally available for fields with a type of Issue Key.

Filter nameRequired parametersOptional parametersDescription
Equal toValue: IssueKeyNoneMatches field values that match the specified issue key.
Not equal toValue: IssueKeyNoneMatches field values that do not match the specified issue key.
Is emptyNoneNoneMatches field values that are empty.
Is not emptyNoneNoneMatches field values that are not empty.
note

The IssueKey value must follow the format "PROJECT-123", where "PROJECT" is the project key and "123" is the issue number.

Project Type filters

Project Type filters are generally available for fields with a type of Project Type.

Filter nameRequired parametersOptional parametersDescription
Equal toValue: ProjectTypeNoneMatches field values that match the specified project type.
Not equal toValue: ProjectTypeNoneMatches field values that do not match the specified project type.
note

The ProjectType value can be one of the following:

  • Business
  • Product Discovery
  • Service Management
  • Software