Filter: ResolvedIssueInfoFilter
Filter type for ResolvedIssueInfo.
All fields in this type are and-combined; see the or
field for or-combination.
Related Types
Input Fields
Name | Type | Description |
---|---|---|
AND | ResolvedIssueInfoFilter | A field that checks if all filters in the list apply If the list is empty, this filter applies to all objects. |
OR | ResolvedIssueInfoFilter | 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 |
createdAt | DateTime | Checks if If an index exists on The instant this object has been created |
createdAt_gt | DateTime | Checks if The instant this object has been created |
createdAt_gte | DateTime | Checks if The instant this object has been created |
createdAt_in | DateTime | Checks if The instant this object has been created |
createdAt_lt | DateTime | Checks if The instant this object has been created |
createdAt_lte | DateTime | Checks if The instant this object has been created |
createdAt_not | DateTime | Checks if The instant this object has been created |
createdAt_not_in | DateTime | Checks if The instant this object has been created |
description | String | Checks if If an index exists on See also The description of the issue |
description_contains | String | Checks if The description of the issue |
description_ends_with | String | Checks if The description of the issue |
description_gt | String | Checks if The description of the issue |
description_gte | String | Checks if The description of the issue |
description_in | String | Checks if The description of the issue |
description_like | String | Matches
If an index exists on The description of the issue |
description_lt | String | Checks if The description of the issue |
description_lte | String | Checks if The description of the issue |
description_not | String | Checks if The description of the issue |
description_not_contains | String | Checks if The description of the issue |
description_not_ends_with | String | Checks if The description of the issue |
description_not_in | String | Checks if The description of the issue |
description_not_like | String | Checks if
The description of the issue |
description_not_starts_with | String | Checks if Never uses an index. Consider using The description of the issue |
description_starts_with | String | Checks if Never uses an index. Consider using The description of the issue |
id | ID | Checks if If an index exists on An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_gt | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_gte | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_in | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_lt | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_lte | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_not | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
id_not_in | ID | Checks if An auto-generated string that identifies this child entity uniquely within this collection of child entities |
issueId | String | Checks if If an index exists on See also The identifier of the issue assigned by the source of the issue |
issueId_contains | String | Checks if The identifier of the issue assigned by the source of the issue |
issueId_ends_with | String | Checks if The identifier of the issue assigned by the source of the issue |
issueId_gt | String | Checks if The identifier of the issue assigned by the source of the issue |
issueId_gte | String | Checks if The identifier of the issue assigned by the source of the issue |
issueId_in | String | Checks if The identifier of the issue assigned by the source of the issue |
issueId_like | String | Matches
If an index exists on The identifier of the issue assigned by the source of the issue |
issueId_lt | String | Checks if The identifier of the issue assigned by the source of the issue |
issueId_lte | String | Checks if The identifier of the issue assigned by the source of the issue |
issueId_not | String | Checks if The identifier of the issue assigned by the source of the issue |
issueId_not_contains | String | Checks if The identifier of the issue assigned by the source of the issue |
issueId_not_ends_with | String | Checks if The identifier of the issue assigned by the source of the issue |
issueId_not_in | String | Checks if The identifier of the issue assigned by the source of the issue |
issueId_not_like | String | Checks if
The identifier of the issue assigned by the source of the issue |
issueId_not_starts_with | String | Checks if Never uses an index. Consider using The identifier of the issue assigned by the source of the issue |
issueId_starts_with | String | Checks if Never uses an index. Consider using The identifier of the issue assigned by the source of the issue |
name | String | Checks if If an index exists on See also The name of the issue |
name_contains | String | Checks if The name of the issue |
name_ends_with | String | Checks if The name of the issue |
name_gt | String | Checks if The name of the issue |
name_gte | String | Checks if The name of the issue |
name_in | String | Checks if The name of the issue |
name_like | String | Matches
If an index exists on The name of the issue |
name_lt | String | Checks if The name of the issue |
name_lte | String | Checks if The name of the issue |
name_not | String | Checks if The name of the issue |
name_not_contains | String | Checks if The name of the issue |
name_not_ends_with | String | Checks if The name of the issue |
name_not_in | String | Checks if The name of the issue |
name_not_like | String | Checks if
The name of the issue |
name_not_starts_with | String | Checks if Never uses an index. Consider using The name of the issue |
name_starts_with | String | Checks if Never uses an index. Consider using The name of the issue |
references_empty | Boolean | Checks if |
references_every | ExternalReferenceFilter | Makes sure all items in |
references_none | ExternalReferenceFilter | Makes sure none of the items in Note that you can specify the empty object for this filter to make sure |
references_some | ExternalReferenceFilter | Makes sure at least one of the items in "references" matches a certain filter. Note that you can specify the empty object for this filter to make sure |
resolveType | ResolvedIssueType | Checks if If an index exists on The type of issue resolved |
resolveType_in | ResolvedIssueType | Checks if The type of issue resolved |
resolveType_not | ResolvedIssueType | Checks if The type of issue resolved |
resolveType_not_in | ResolvedIssueType | Checks if The type of issue resolved |
source | ResolvedIssueSourceFilter | Checks if |
updatedAt | DateTime | Checks if If an index exists on The instant this object has been updated the last time |
updatedAt_gt | DateTime | Checks if The instant this object has been updated the last time |
updatedAt_gte | DateTime | Checks if The instant this object has been updated the last time |
updatedAt_in | DateTime | Checks if The instant this object has been updated the last time |
updatedAt_lt | DateTime | Checks if The instant this object has been updated the last time |
updatedAt_lte | DateTime | Checks if The instant this object has been updated the last time |
updatedAt_not | DateTime | Checks if The instant this object has been updated the last time |
updatedAt_not_in | DateTime | Checks if The instant this object has been updated the last time |
This page was generated: 2024-11-06