Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 2.14 KB

File metadata and controls

34 lines (29 loc) · 2.14 KB

WorkItemShortModel

Properties

Name Type Description Notes
id str Work Item internal unique identifier
version_id str Work Item version identifier
version_number int Work Item version number
name str Work Item name
entity_type_name WorkItemTypeModel
project_id str Project unique identifier
section_id str Identifier of Section where Work Item is located
section_name str Section name of Work Item
is_automated bool Boolean flag determining whether Work Item is automated
global_id int Work Item global identifier
duration int Work Item duration
created_by_id str Unique identifier of user who created Work Item
state WorkItemStates
priority WorkItemPriorityModel
source_type WorkItemSourceTypeModel
is_deleted bool Flag determining whether Work Item is deleted
iterations [IterationModel] Set of iterations related to Work Item
links [LinkShortModel] Set of links related to Work Item
median_duration int, none_type Work Item median duration [optional]
attributes {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type Work Item attributes [optional]
modified_by_id str, none_type Unique identifier of user who applied the latest modification of Work Item [optional]
created_date datetime, none_type Date and time of Work Item creation [optional]
modified_date datetime, none_type Date and time of the latest modification of Work Item [optional]
tag_names [str], none_type Array of tag names of Work Item [optional]

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