Skip to main content

Create Milestone

Suitable EnviromentSaaS
Private Deployment

Requirements

ONES
v6.13.0+

Payload

Common Structure

EventData

FieldTypeDescription
idstringMilestone ID
projectIDstringProject ID that the milestone belongs to
basicInfoChangesMap<string, BasicInfoChanges>Basic milestone information

basicInfoChanges

FieldTypeDescription
assignobjectMilestone assignee
descriptionobjectMilestone description
endTimeobjectMilestone end date
isCompleteobjectCompletion status
nameobjectMilestone name
ownerobjectMilestone owner

assign (Milestone Assignee)

FieldTypeDescription
newValuestringMilestone assignee ID

description (Milestone Description)

FieldTypeDescription
newValuestringMilestone description

endTime (Milestone End Date)

FieldTypeDescription
newValuestringEnd date

isComplete (Completion Status)

FieldTypeDescription
newValuebooleanCompletion status

name (Milestone Name)

FieldTypeDescription
newValuestringMilestone name

owner (Milestone Owner)

FieldTypeDescription
newValuestringMilestone owner ID

示例

{
"eventType": "ones:project:ppm-milestone:created",
"eventID": "1892062606877962240",
"timestamp": 1739937852953,
"eventContext": {
"organizationID": "AJ9QkodJ",
"teamID": "YKpfWBP3",
"triggerUserID": "VLYeunBY"
},
"eventSubscriber": {
"subscriberID": "2RJtSu4a",
"clientID": "vYZZUH6y"
},
"eventData": {
"basicInfoChanges": {
"assign": {
"newValue": "VLYeunBY"
},
"description": {
"newValue": "<p>呃呃</p>\n"
},
"endTime": {
"newValue": "2025-02-19"
},
"isComplete": {
"newValue": false
},
"name": {
"newValue": "asdf"
},
"owner": {
"newValue": "VLYeunBY"
}
},
"id": "DiEZ5A5z",
"projectID": "VLYeunBY7sUqC47y"
}
}