Creates a new milestone template for the given project template.

<Check><b>Required Permissions</b>: The user has at least `write` permissions for feature `admin` or `project-manage-config`.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectTemplateIdstringRequiredformat: "uuid"
The id of the project template.

Request

The form to create a milestone template.
namestring or nullOptional>=0 characters<=255 characters
The name of the milestone.
colorstring or nullOptional>=0 characters<=14 characters
The color of the milestone.
relativeDueDatelongOptional
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
namestring or null>=0 characters<=255 characters
The name of the milestone.
colorstring or null>=0 characters<=14 characters
The color of the milestone.
relativeDueDatelong or null
Relative amount of days the milestone is due after the project creation date when a project gets created with the corresponding project template.
idstring or nullformat: "uuid"
projectTemplateIdstring or nullformat: "uuid"
createdOnstring or nullformat: "date-time"
The date this entity was created.
createdBystring or nullformat: "uuid"
The id of the user who created this entity.
updatedOnstring or nullformat: "date-time"
The date this entity was last modified.
updatedBystring or nullformat: "uuid"
The id of the user who last modified this entity.