Creates a new milestone template for the given project template.
Required Permissions
The user must be an admin or haveproject-manage-config:write
permissions.Path parameters
projectTemplateId
The id of the project template.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Name
The name of the milestone.
Color
The color of the milestone.
RelativeDueDate
Relative amount of days the milestone is due after the project creation date when a project gets created with the corresponding project template.
Response
OK
name
The name of the milestone.
color
The color of the milestone.
relativeDueDate
Relative amount of days the milestone is due after the project creation date when a project gets created with the corresponding project template.
id
projectTemplateId
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.