Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 995 Bytes

CreateMilestone.md

File metadata and controls

17 lines (11 loc) · 995 Bytes

CreateMilestone

Properties

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

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