| tag_names |
[str], none_type |
Collection of tags |
[optional] |
| entity_types |
[WorkItemTypeModel], none_type |
Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps` |
[optional] |
| name_or_id |
str, none_type |
Name or identifier (UUID) of work item |
[optional] |
| include_ids |
[str], none_type |
Collection of identifiers of work items which need to be included in result regardless of filtering |
[optional] |
| exclude_ids |
[str], none_type |
Collection of identifiers of work items which need to be excluded from result regardless of filtering |
[optional] |
| project_ids |
[str], none_type |
Collection of project identifiers |
[optional] |
| name |
str, none_type |
Name of work item |
[optional] |
| ids |
[str], none_type |
Specifies a work item unique IDs to search for |
[optional] |
| global_ids |
[int], none_type |
Collection of global (integer) identifiers |
[optional] |
| attributes |
{str: ([str], none_type)}, none_type |
Custom attributes of work item |
[optional] |
| is_deleted |
bool, none_type |
Is result must consist of only actual/deleted work items |
[optional] |
| section_ids |
[str], none_type |
Collection of section identifiers |
[optional] |
| created_by_ids |
[str], none_type |
Collection of identifiers of users who created work item |
[optional] |
| modified_by_ids |
[str], none_type |
Collection of identifiers of users who applied last modification to work item |
[optional] |
| states |
[WorkItemStates], none_type |
Collection of states of work item |
[optional] |
| priorities |
[WorkItemPriorityModel], none_type |
Collection of priorities of work item |
[optional] |
| source_types |
[WorkItemSourceTypeModel], none_type |
Collection of priorities of work item |
[optional] |
| types |
[WorkItemTypeModel], none_type |
Collection of types of work item |
[optional] |
| created_date |
TestPlanTestPointsSearchApiModelWorkItemCreatedDate |
|
[optional] |
| modified_date |
TestPlanTestPointsSearchApiModelWorkItemModifiedDate |
|
[optional] |
| duration |
TestSuiteWorkItemsSearchModelDuration |
|
[optional] |
| median_duration |
TestSuiteWorkItemsSearchModelMedianDuration |
|
[optional] |
| is_automated |
bool, none_type |
Is result must consist of only manual/automated work items |
[optional] |
| tags |
[str], none_type |
Collection of tags |
[optional] |
| exclude_tags |
[str], none_type |
Collection of tags to exclude |
[optional] |
| auto_test_ids |
[str], none_type |
Collection of identifiers of linked autotests |
[optional] |
| work_item_version_ids |
[str], none_type |
Collection of identifiers work items versions. |
[optional] |
| links |
TestSuiteWorkItemsSearchModelLinks |
|
[optional] |
| external_metadata |
TestSuiteWorkItemsSearchModelExternalMetadata |
|
[optional] |
| any string name |
bool, date, datetime, dict, float, int, list, str, none_type |
any string name can be used but the value must be the correct type |
[optional] |