Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 888 Bytes

CreateMilestone.md

File metadata and controls

14 lines (11 loc) · 888 Bytes

CreateMilestone

Properties

Name Type Description Notes
name str The name of the Milestone.
description str The Milestone's description. [optional]
state str The workflow state that the Milestone is in. [optional]
started_at_override datetime A manual override for the time/date the Milestone was started. [optional]
completed_at_override datetime A manual override for the time/date the Milestone was completed. [optional]
categories list[CreateCategoryParams] An array of IDs of Categories attached to the Milestone. [optional]

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