Add a milestone

Enterprise feature

Finds release template identified by its id and adds a milestone

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

templateIdstringRequired

Response

#/components/schemas/releasePlanMilestoneSchema

idstring
The milestone's ID. Milestone IDs are ulids.
namestring
The name of the milestone.
sortOrderinteger
The order of the milestone in the release plan.
releasePlanDefinitionIdstring

The ID of the release plan/template that this milestone belongs to.

startedAtstring or nullformat: "date-time"
The date and time when the milestone was started.
transitionConditionobject or null
The condition configuration for the transition
progressionExecutedAtstring or nullformat: "date-time"
The date and time when the milestone progression was executed.
pausedAtstring or nullformat: "date-time"
The date and time when the milestone was paused.
strategieslist of objects or null
A list of strategies that are attached to this milestone.

Errors