Filter: ReleaseNotesFilter

Filter type for ReleaseNotes.

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


Input Fields

NameTypeDescription
ANDReleaseNotesFilter

A field that checks if all filters in the list apply

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

ORReleaseNotesFilter

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.

aliases_emptyBoolean

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

aliases_everyStringFilter

Makes sure all items in aliases match a certain filter.

aliases_noneStringFilter

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

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

aliases_someStringFilter

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

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

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.

A short description of the release

description_containsString

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

A short description of the release

description_ends_withString

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

A short description of the release

description_gtString

Checks if description is greater than a specified value.

A short description of the release

description_gteString

Checks if description is greater or equal a specified value.

A short description of the release

description_inString

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

A short description of the release

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

A short description of the release

description_ltString

Checks if description is less than a specified value.

A short description of the release

description_lteString

Checks if description is less or equal a specified value.

A short description of the release

description_notString

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

A short description of the release

description_not_containsString

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

A short description of the release

description_not_ends_withString

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

A short description of the release

description_not_inString

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

A short description of the release

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);

A short description of the release

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.

A short description of the release

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.

A short description of the release

featuredImageString

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

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

See also like for a case-insensitive filter.

The URL to an image that may be prominently displayed with the release notes

featuredImage_containsString

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

The URL to an image that may be prominently displayed with the release notes

featuredImage_ends_withString

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

The URL to an image that may be prominently displayed with the release notes

featuredImage_gtString

Checks if featuredImage is greater than a specified value.

The URL to an image that may be prominently displayed with the release notes

featuredImage_gteString

Checks if featuredImage is greater or equal a specified value.

The URL to an image that may be prominently displayed with the release notes

featuredImage_inString

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

The URL to an image that may be prominently displayed with the release notes

featuredImage_likeString

Matches featuredImage 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 featuredImage, it can be used for the literal prefix (the part until the first placeholder).

The URL to an image that may be prominently displayed with the release notes

featuredImage_ltString

Checks if featuredImage is less than a specified value.

The URL to an image that may be prominently displayed with the release notes

featuredImage_lteString

Checks if featuredImage is less or equal a specified value.

The URL to an image that may be prominently displayed with the release notes

featuredImage_notString

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

The URL to an image that may be prominently displayed with the release notes

featuredImage_not_containsString

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

The URL to an image that may be prominently displayed with the release notes

featuredImage_not_ends_withString

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

The URL to an image that may be prominently displayed with the release notes

featuredImage_not_inString

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

The URL to an image that may be prominently displayed with the release notes

featuredImage_not_likeString

Checks if featuredImage 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 to an image that may be prominently displayed with the release notes

featuredImage_not_starts_withString

Checks if featuredImage 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 to an image that may be prominently displayed with the release notes

featuredImage_starts_withString

Checks if featuredImage 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 to an image that may be prominently displayed with the release notes

notes_emptyBoolean

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

notes_everyReleaseNoteFilter

Makes sure all items in notes match a certain filter.

notes_noneReleaseNoteFilter

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

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

notes_someReleaseNoteFilter

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

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

releaseTypeReleaseType

Checks if releaseType equals a specified value.

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

The type of software release the release notes describe

releaseType_inReleaseType

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

The type of software release the release notes describe

releaseType_notReleaseType

Checks if releaseType does not equal a specified value

The type of software release the release notes describe

releaseType_not_inReleaseType

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

The type of software release the release notes describe

resolves_emptyBoolean

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

resolves_everyResolvedIssueInfoFilter

Makes sure all items in resolves match a certain filter.

resolves_noneResolvedIssueInfoFilter

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

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

resolves_someResolvedIssueInfoFilter

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

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

socialImageString

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

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

See also like for a case-insensitive filter.

The URL to an image that may be used in messaging on social media platforms

socialImage_containsString

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

The URL to an image that may be used in messaging on social media platforms

socialImage_ends_withString

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

The URL to an image that may be used in messaging on social media platforms

socialImage_gtString

Checks if socialImage is greater than a specified value.

The URL to an image that may be used in messaging on social media platforms

socialImage_gteString

Checks if socialImage is greater or equal a specified value.

The URL to an image that may be used in messaging on social media platforms

socialImage_inString

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

The URL to an image that may be used in messaging on social media platforms

socialImage_likeString

Matches socialImage 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 socialImage, it can be used for the literal prefix (the part until the first placeholder).

The URL to an image that may be used in messaging on social media platforms

socialImage_ltString

Checks if socialImage is less than a specified value.

The URL to an image that may be used in messaging on social media platforms

socialImage_lteString

Checks if socialImage is less or equal a specified value.

The URL to an image that may be used in messaging on social media platforms

socialImage_notString

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

The URL to an image that may be used in messaging on social media platforms

socialImage_not_containsString

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

The URL to an image that may be used in messaging on social media platforms

socialImage_not_ends_withString

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

The URL to an image that may be used in messaging on social media platforms

socialImage_not_inString

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

The URL to an image that may be used in messaging on social media platforms

socialImage_not_likeString

Checks if socialImage 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 to an image that may be used in messaging on social media platforms

socialImage_not_starts_withString

Checks if socialImage 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 to an image that may be used in messaging on social media platforms

socialImage_starts_withString

Checks if socialImage 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 to an image that may be used in messaging on social media platforms

tags_emptyBoolean

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

tags_everyStringFilter

Makes sure all items in tags match a certain filter.

tags_noneStringFilter

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

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

tags_someStringFilter

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

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

timestampDateTime

Checks if timestamp equals a specified value.

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

The timestamp when the release notes were originally created

timestamp_gtDateTime

Checks if timestamp is greater than a specified value.

The timestamp when the release notes were originally created

timestamp_gteDateTime

Checks if timestamp is greater or equal a specified value.

The timestamp when the release notes were originally created

timestamp_inDateTime

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

The timestamp when the release notes were originally created

timestamp_ltDateTime

Checks if timestamp is less than a specified value.

The timestamp when the release notes were originally created

timestamp_lteDateTime

Checks if timestamp is less or equal a specified value.

The timestamp when the release notes were originally created

timestamp_notDateTime

Checks if timestamp does not equal a specified value

The timestamp when the release notes were originally created

timestamp_not_inDateTime

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

The timestamp when the release notes were originally created

titleString

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

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

See also like for a case-insensitive filter.

The title of the release

title_containsString

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

The title of the release

title_ends_withString

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

The title of the release

title_gtString

Checks if title is greater than a specified value.

The title of the release

title_gteString

Checks if title is greater or equal a specified value.

The title of the release

title_inString

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

The title of the release

title_likeString

Matches title 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 title, it can be used for the literal prefix (the part until the first placeholder).

The title of the release

title_ltString

Checks if title is less than a specified value.

The title of the release

title_lteString

Checks if title is less or equal a specified value.

The title of the release

title_notString

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

The title of the release

title_not_containsString

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

The title of the release

title_not_ends_withString

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

The title of the release

title_not_inString

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

The title of the release

title_not_likeString

Checks if title 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 title of the release

title_not_starts_withString

Checks if title 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 title of the release

title_starts_withString

Checks if title 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 title of the release


This page was generated: 2024-10-16