Filter: PatchFilter

Filter type for Patch.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDPatchFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORPatchFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

createdAtDateTime

Checks if createdAt equals a specified value.

If an index exists on createdAt, it can be used.

The instant this object has been created

createdAt_gtDateTime

Checks if createdAt is greater than a specified value.

The instant this object has been created

createdAt_gteDateTime

Checks if createdAt is greater or equal a specified value.

The instant this object has been created

createdAt_inDateTime

Checks if createdAt is equal to one of the specified values.

The instant this object has been created

createdAt_ltDateTime

Checks if createdAt is less than a specified value.

The instant this object has been created

createdAt_lteDateTime

Checks if createdAt is less or equal a specified value.

The instant this object has been created

createdAt_notDateTime

Checks if createdAt does not equal a specified value

The instant this object has been created

createdAt_not_inDateTime

Checks if createdAt is not equal to one of the specified values.

The instant this object has been created

ctxRelationEntityCtxFilter

Allows to filter on the fields of ctx.

Note that ctx is an entity extension and thus can never be null, so specifying null to this filter field has no effect.

descriptionString

Checks if description equals a specified string, case-sensitively.

If an index exists on description, it can be used.

See also like for a case-insensitive filter.

The description of the issue.

description_containsString

Checks if description contains a specified string, case-sensitively.

The description of the issue.

description_ends_withString

Checks if description ends with a specified string, case-sensitively.

The description of the issue.

description_gtString

Checks if description is greater than a specified value.

The description of the issue.

description_gteString

Checks if description is greater or equal a specified value.

The description of the issue.

description_inString

Checks if description is equal to one of the specified values.

The description of the issue.

description_likeString

Matches description against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on description, it can be used for the literal prefix (the part until the first placeholder).

The description of the issue.

description_ltString

Checks if description is less than a specified value.

The description of the issue.

description_lteString

Checks if description is less or equal a specified value.

The description of the issue.

description_notString

Checks if description does not equal a specified string, case-sensitively.

The description of the issue.

description_not_containsString

Checks if description does not contain a specified string, case-sensitively.

The description of the issue.

description_not_ends_withString

Checks if description does not end with a specified string, case-sensitively.

The description of the issue.

description_not_inString

Checks if description is not equal to one of the specified values.

The description of the issue.

description_not_likeString

Checks if description does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The description of the issue.

description_not_starts_withString

Checks if description does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The description of the issue.

description_starts_withString

Checks if description starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The description of the issue.

findingFindingFilter

Checks if finding is not null, and allows to filter based on its fields.

idID

Checks if id equals a specified value.

If an index exists on id, it can be used.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gtID

Checks if id is greater than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_gteID

Checks if id is greater or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_inID

Checks if id is equal to one of the specified values.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_ltID

Checks if id is less than a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_lteID

Checks if id is less or equal a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_notID

Checks if id does not equal a specified value

An auto-generated string that identifies this root entity uniquely among others of the same type

id_not_inID

Checks if id is not equal to one of the specified values.

An auto-generated string that identifies this root entity uniquely among others of the same type

nameString

Checks if name equals a specified string, case-sensitively.

If an index exists on name, it can be used.

See also like for a case-insensitive filter.

The name of the issue.

name_containsString

Checks if name contains a specified string, case-sensitively.

The name of the issue.

name_ends_withString

Checks if name ends with a specified string, case-sensitively.

The name of the issue.

name_gtString

Checks if name is greater than a specified value.

The name of the issue.

name_gteString

Checks if name is greater or equal a specified value.

The name of the issue.

name_inString

Checks if name is equal to one of the specified values.

The name of the issue.

name_likeString

Matches name against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on name, it can be used for the literal prefix (the part until the first placeholder).

The name of the issue.

name_ltString

Checks if name is less than a specified value.

The name of the issue.

name_lteString

Checks if name is less or equal a specified value.

The name of the issue.

name_notString

Checks if name does not equal a specified string, case-sensitively.

The name of the issue.

name_not_containsString

Checks if name does not contain a specified string, case-sensitively.

The name of the issue.

name_not_ends_withString

Checks if name does not end with a specified string, case-sensitively.

The name of the issue.

name_not_inString

Checks if name is not equal to one of the specified values.

The name of the issue.

name_not_likeString

Checks if name does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The name of the issue.

name_not_starts_withString

Checks if name does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The name of the issue.

name_starts_withString

Checks if name starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The name of the issue.

reference_emptyBoolean

Checks if reference is an empty list (true) or a non-empty list or null (false).

reference_everyStringFilter

Makes sure all items in reference match a certain filter.

reference_noneStringFilter

Makes sure none of the items in reference match a certain filter.

Note that you can specify the empty object for this filter to make sure reference has no items.

reference_someStringFilter

Makes sure at least one of the items in "reference" matches a certain filter.

Note that you can specify the empty object for this filter to make sure reference has at least one item.

resolutionTypePatchResolutionType

Checks if resolutionType equals a specified value.

If an index exists on resolutionType, it can be used.

The type of issue.

resolutionType_inPatchResolutionType

Checks if resolutionType is equal to one of the specified values.

The type of issue.

resolutionType_notPatchResolutionType

Checks if resolutionType does not equal a specified value

The type of issue.

resolutionType_not_inPatchResolutionType

Checks if resolutionType is not equal to one of the specified values.

The type of issue.

sourceIdString

Checks if sourceId equals a specified string, case-sensitively.

If an index exists on sourceId, it can be used.

See also like for a case-insensitive filter.

The identifier of the issue assigned by the source of the issue

sourceId_containsString

Checks if sourceId contains a specified string, case-sensitively.

The identifier of the issue assigned by the source of the issue

sourceId_ends_withString

Checks if sourceId ends with a specified string, case-sensitively.

The identifier of the issue assigned by the source of the issue

sourceId_gtString

Checks if sourceId is greater than a specified value.

The identifier of the issue assigned by the source of the issue

sourceId_gteString

Checks if sourceId is greater or equal a specified value.

The identifier of the issue assigned by the source of the issue

sourceId_inString

Checks if sourceId is equal to one of the specified values.

The identifier of the issue assigned by the source of the issue

sourceId_likeString

Matches sourceId against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on sourceId, it can be used for the literal prefix (the part until the first placeholder).

The identifier of the issue assigned by the source of the issue

sourceId_ltString

Checks if sourceId is less than a specified value.

The identifier of the issue assigned by the source of the issue

sourceId_lteString

Checks if sourceId is less or equal a specified value.

The identifier of the issue assigned by the source of the issue

sourceId_notString

Checks if sourceId does not equal a specified string, case-sensitively.

The identifier of the issue assigned by the source of the issue

sourceId_not_containsString

Checks if sourceId does not contain a specified string, case-sensitively.

The identifier of the issue assigned by the source of the issue

sourceId_not_ends_withString

Checks if sourceId does not end with a specified string, case-sensitively.

The identifier of the issue assigned by the source of the issue

sourceId_not_inString

Checks if sourceId is not equal to one of the specified values.

The identifier of the issue assigned by the source of the issue

sourceId_not_likeString

Checks if sourceId does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The identifier of the issue assigned by the source of the issue

sourceId_not_starts_withString

Checks if sourceId does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The identifier of the issue assigned by the source of the issue

sourceId_starts_withString

Checks if sourceId starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The identifier of the issue assigned by the source of the issue

sourceNameString

Checks if sourceName equals a specified string, case-sensitively.

If an index exists on sourceName, it can be used.

See also like for a case-insensitive filter.

The name of the source.

sourceName_containsString

Checks if sourceName contains a specified string, case-sensitively.

The name of the source.

sourceName_ends_withString

Checks if sourceName ends with a specified string, case-sensitively.

The name of the source.

sourceName_gtString

Checks if sourceName is greater than a specified value.

The name of the source.

sourceName_gteString

Checks if sourceName is greater or equal a specified value.

The name of the source.

sourceName_inString

Checks if sourceName is equal to one of the specified values.

The name of the source.

sourceName_likeString

Matches sourceName against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on sourceName, it can be used for the literal prefix (the part until the first placeholder).

The name of the source.

sourceName_ltString

Checks if sourceName is less than a specified value.

The name of the source.

sourceName_lteString

Checks if sourceName is less or equal a specified value.

The name of the source.

sourceName_notString

Checks if sourceName does not equal a specified string, case-sensitively.

The name of the source.

sourceName_not_containsString

Checks if sourceName does not contain a specified string, case-sensitively.

The name of the source.

sourceName_not_ends_withString

Checks if sourceName does not end with a specified string, case-sensitively.

The name of the source.

sourceName_not_inString

Checks if sourceName is not equal to one of the specified values.

The name of the source.

sourceName_not_likeString

Checks if sourceName does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The name of the source.

sourceName_not_starts_withString

Checks if sourceName does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The name of the source.

sourceName_starts_withString

Checks if sourceName starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The name of the source.

sourceUrlString

Checks if sourceUrl equals a specified string, case-sensitively.

If an index exists on sourceUrl, it can be used.

See also like for a case-insensitive filter.

The URL for the source documentation.

sourceUrl_containsString

Checks if sourceUrl contains a specified string, case-sensitively.

The URL for the source documentation.

sourceUrl_ends_withString

Checks if sourceUrl ends with a specified string, case-sensitively.

The URL for the source documentation.

sourceUrl_gtString

Checks if sourceUrl is greater than a specified value.

The URL for the source documentation.

sourceUrl_gteString

Checks if sourceUrl is greater or equal a specified value.

The URL for the source documentation.

sourceUrl_inString

Checks if sourceUrl is equal to one of the specified values.

The URL for the source documentation.

sourceUrl_likeString

Matches sourceUrl against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on sourceUrl, it can be used for the literal prefix (the part until the first placeholder).

The URL for the source documentation.

sourceUrl_ltString

Checks if sourceUrl is less than a specified value.

The URL for the source documentation.

sourceUrl_lteString

Checks if sourceUrl is less or equal a specified value.

The URL for the source documentation.

sourceUrl_notString

Checks if sourceUrl does not equal a specified string, case-sensitively.

The URL for the source documentation.

sourceUrl_not_containsString

Checks if sourceUrl does not contain a specified string, case-sensitively.

The URL for the source documentation.

sourceUrl_not_ends_withString

Checks if sourceUrl does not end with a specified string, case-sensitively.

The URL for the source documentation.

sourceUrl_not_inString

Checks if sourceUrl is not equal to one of the specified values.

The URL for the source documentation.

sourceUrl_not_likeString

Checks if sourceUrl does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The URL for the source documentation.

sourceUrl_not_starts_withString

Checks if sourceUrl does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The URL for the source documentation.

sourceUrl_starts_withString

Checks if sourceUrl starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The URL for the source documentation.

typePatchType

Checks if type equals a specified value.

If an index exists on type, it can be used.

The type of patch that was applied.

type_inPatchType

Checks if type is equal to one of the specified values.

The type of patch that was applied.

type_notPatchType

Checks if type does not equal a specified value

The type of patch that was applied.

type_not_inPatchType

Checks if type is not equal to one of the specified values.

The type of patch that was applied.

updatedAtDateTime

Checks if updatedAt equals a specified value.

If an index exists on updatedAt, it can be used.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gtDateTime

Checks if updatedAt is greater than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gteDateTime

Checks if updatedAt is greater or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_inDateTime

Checks if updatedAt is equal to one of the specified values.

The instant this object has been updated the last time (not including relation updates)

updatedAt_ltDateTime

Checks if updatedAt is less than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_lteDateTime

Checks if updatedAt is less or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_notDateTime

Checks if updatedAt does not equal a specified value

The instant this object has been updated the last time (not including relation updates)

updatedAt_not_inDateTime

Checks if updatedAt is not equal to one of the specified values.

The instant this object has been updated the last time (not including relation updates)


This page was generated: 2024-05-17