A set of filtering options used for searching issues.
Name | Type | Nullable? | Summary |
---|---|---|---|
PriorityIDs | Int32[] | This field is nullable. | The IDs of associated priorities to filter on. |
EndDateFrom | DateTime | The minimum end date to filter on. | |
EndDateTo | DateTime | The maximum end date to filter on. | |
StartDateFrom | DateTime | The minimum start date to filter on. | |
StartDateTo | DateTime | The maximum start date to filter on. | |
ParentIDs | Int32[] | This field is nullable. | The IDs of associated parents to filter on. |
MaxResults | Int32 | This field is nullable. |
The maximum number of results to return, or null to have no restriction.
|
ID | Int32 | This field is nullable. | The ID to filter on. |
ProjectIDs | Int32[] | This field is nullable. | The project IDs to filter on. |
StatusIDs | Int32[] | This field is nullable. | The status IDs to include. |
StatusIDsNot | Int32[] | This field is nullable. | The status IDs to exclude. |
CategoryIDs | Int32[] | This field is nullable. | The category IDs to filter on. |
ModifiedDateFrom | DateTime | The minimum last modified date to filter on. | |
ModifiedDateTo | DateTime | The maximum last modified date to filter on. | |
CreatedUID | String | This field is nullable. | The UID of the creating user to filter on. |
CreatedDateFrom | DateTime | The minimum created date to filter on. | |
CreatedDateTo | DateTime | The maximum created date to filter on. | |
UpdatedFrom | DateTime | The minimum last update date to filter on. | |
UpdatedTo | DateTime | The maximum last update date to filter on. | |
UpdatedUID | String | This field is nullable. | The UID of the updating user to filter on. |
ResponsibilityUID | String | This field is nullable. | The UID of the responsible user to filter on. |
NameLike | String | This field is nullable. | The text to perform a LIKE search on name. |
CustomAttributes | TeamDynamix.Api.CustomAttributes.CustomAttribute[] | This field is nullable. | The custom attributes to filter on. |