v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
projectMilestoneTemplates

Creates a new milestone template for the given project template.

<Check title="Required Permissions" icon="key">The user must be an admin or have project-manage-config:write permissions.</Check>

post/projecttemplates/{projectTemplateId}/milestones

Path parameters

projectTemplateIdstring uuid required

The id of the project template.

Headers

Authorizationstring required

Bearer authentication

Request body

namestring nullable

The name of the milestone.

colorstring nullable

The color of the milestone.

relativeDueDateinteger

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 nullable

The name of the milestone.

colorstring nullable

The color of the milestone.

relativeDueDateinteger

Relative amount of days the milestone is due after the project creation date when a project gets created with the corresponding project template.

idstring uuid
projectTemplateIdstring uuid
createdOnstring date-time

The date this entity was created.

createdBystring uuid

The id of the user who created this entity.

updatedOnstring date-time

The date this entity was last modified.

updatedBystring uuid

The id of the user who last modified this entity.