v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
projectMilestoneTemplates

Returns a milestone by id for the given project template.

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

get/projecttemplates/{projectTemplateId}/milestones/{milestoneId}

Path parameters

projectTemplateIdstring uuid required

The id of the project template.

milestoneIdstring uuid required

The id of the milestone.

Headers

Authorizationstring required

Bearer authentication

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.