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
templateId
Response
#/components/schemas/releasePlanMilestoneSchema
id
The milestone's ID. Milestone IDs are ulids.
name
The name of the milestone.
sortOrder
The order of the milestone in the release plan.
releasePlanDefinitionId
The ID of the release plan/template that this milestone belongs to.
startedAt
The date and time when the milestone was started.
transitionCondition
The condition configuration for the transition
progressionExecutedAt
The date and time when the milestone progression was executed.
pausedAt
The date and time when the milestone was paused.
strategies
A list of strategies that are attached to this milestone.