Creates a new project milestone.
The user needs ‘write’ permissions of feature ‘project-planning-data’ to get the data.
Required Permissions
Any authenticated user.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the milestone.
color
The color of the milestone.
dueDate
The date the milestone is due.
projectId
The id of the project the milestone is related to.
Response
OK
name
The name of the milestone.
color
The color of the milestone.
dueDate
The date the milestone is due.
projectId
The id of the project the milestone is related to.
id
project
/// This class contains all information to handle projects.
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.