Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 3.33 KB

File metadata and controls

35 lines (30 loc) · 3.33 KB

TestPointFilterModel

Properties

Name Type Description Notes
test_plan_ids [str], none_type Specifies a test point test plan IDS to search for [optional]
test_suite_ids [str], none_type Specifies a test point test suite IDs to search for [optional]
work_item_global_ids [int], none_type Specifies a test point work item global IDs to search for [optional]
work_item_median_duration TestPlanTestPointsSearchApiModelWorkItemMedianDuration [optional]
work_item_is_deleted bool, none_type Specifies a test point work item is deleted flag to search for [optional]
statuses [TestPointStatus], none_type Specifies a test point statuses to search for [optional]
status_codes [str], none_type Specifies a test point status codes to search for [optional]
priorities [WorkItemPriorityModel], none_type Specifies a test point priorities to search for [optional]
source_types [WorkItemSourceTypeModel], none_type Specifies a test point source types to search for [optional]
is_automated bool, none_type Specifies a test point automation status to search for [optional]
name str, none_type Specifies a test point name to search for [optional]
configuration_ids [str], none_type Specifies a test point configuration IDs to search for [optional]
tester_ids [str, none_type], none_type Specifies a test point assigned user IDs to search for [optional]
duration TestPlanTestPointsSearchApiModelDuration [optional]
section_ids [str], none_type Specifies a test point work item section IDs to search for [optional]
created_date TestPlanTestPointsSearchApiModelCreatedDate [optional]
created_by_ids [str], none_type Specifies a test point creator IDs to search for [optional]
modified_date TestPlanTestPointsSearchApiModelModifiedDate [optional]
modified_by_ids [str], none_type Specifies a test point last editor IDs to search for [optional]
tags [str], none_type Specifies a test point tags to search for [optional]
attributes {str: ([str], none_type)}, none_type Specifies a test point attributes to search for [optional]
work_item_created_date TestPlanTestPointsSearchApiModelWorkItemCreatedDate [optional]
work_item_created_by_ids [str], none_type Specifies a work item creator IDs to search for [optional]
work_item_modified_date TestPlanTestPointsSearchApiModelWorkItemModifiedDate [optional]
work_item_modified_by_ids [str], none_type Specifies a work item last editor IDs to search for [optional]

[Back to Model list] [Back to API list] [Back to README]