Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.63 KB

WorkItemPostModel.md

File metadata and controls

25 lines (22 loc) · 1.63 KB

WorkItemPostModel

Properties

Name Type Description Notes
entityTypeName WorkItemEntityTypes [default to null]
description String [optional] [default to null]
state WorkItemStates [default to null]
priority WorkItemPriorityModel [default to null]
steps List [default to null]
preconditionSteps List [default to null]
postconditionSteps List [default to null]
duration Integer Must be 0 for shared steps and greater than 0 for the other types of work items [default to null]
attributes Map [default to null]
tags List [default to null]
attachments List [optional] [default to null]
iterations List [optional] [default to null]
links List [default to null]
name String [default to null]
projectId UUID This property is used to link workitem with project [default to null]
sectionId UUID [default to null]
autoTests List [optional] [default to null]

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