Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.74 KB

File metadata and controls

22 lines (17 loc) · 1.74 KB

SharedStepReferencesQueryFilterModel

Properties

Name Type Description Notes
name str, none_type Name of work item [optional]
global_ids [int], none_type Collection of global (integer) identifiers [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]
entity_types [WorkItemTypeModel], none_type Collection of types of work item Allowed values: `TestCases`, `CheckLists`, `SharedSteps` [optional]
created_date SharedStepReferenceSectionsQueryFilterModelCreatedDate [optional]
modified_date SharedStepReferenceSectionsQueryFilterModelModifiedDate [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]

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