Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.22 KB

TestPlan.md

File metadata and controls

24 lines (19 loc) · 1.22 KB

TestPlan

Properties

Name Type Description Notes
id int
document_key str
global_id str
project int ID of a project
item_type int ID of an item type
created_date datetime
modified_date datetime
last_activity_date datetime
created_by int ID of a user
modified_by int ID of a user
resources {str: (AllowedResource,)} A set of resources and allowed permissions
fields {str: (bool, date, datetime, dict, float, int, list, str, none_type,)} A map of field names to field values e.g. {"name":"Sample Item", "status": 292, "release": 2, "assigned": 23}
archived bool
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]

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