Update sprint stage
| Suitable Enviroment | SaaS |
| Private Deployment |
Requirements
| ONES |
|---|
| v6.0.76+,v6.1.43+ |
Payload
EventData
| Field | Type | Description |
|---|---|---|
projectID | string | ID of the project associated with the event. |
id | string | ID of the stage. |
category | string | Category of the stage. |
basicInfoChanges | Map<string, BasicInfoChanges> | Sprint basic information change content. |
BasicInfoChanges
| Field | Type | Description |
|---|---|---|
position | Position | Change of sprint stage position. |
name | Name | Change of sprint stage name. |
Position
| Field | Type | Description |
|---|---|---|
oldValue | number | Original sprint stage position. |
newValue | boolean | New sprint stage position. |
Name
| Field | Type | Description |
|---|---|---|
oldValue | string | Original sprint stage name. |
newValue | boolean | New sprint stage name. |
Example
{
"data": {
"eventType": "ones::project:sprint-stage:updated",
"eventID": 1773166207945625601,
"timestamp": 1709005723000,
"eventContext": {
"triggerUserID": "tgbvfr34",
"teamID": "wsxcdejk",
"organizationID": "mkobhu1u"
},
"eventSubscriber": {
"subscriberID": "Re6FSci9",
"clientID": "37732555"
},
"eventData": {
"projectID": "HqrU1wWJ5cUPiip8",
"id": "AzU2YhUH",
"category": "inProgress",
"basicInfoChanges": {
"name": {
"oldValue": "old name",
"newValue": "new name"
},
"position": {
"oldValue": 2,
"newValue": 3
}
}
}
}
}