|
|
|
@ -878,6 +878,7 @@ Updates an activity's comment and, on success, returns the updated activity. |
|
|
|
|
|:------:|-------------| ---- | ----------- | -------------------- | |
|
|
|
|
| self | This work package | WorkPackage | not null | READ | |
|
|
|
|
| author | The person that created the work package | User | not null | READ | |
|
|
|
|
| changeParent | Endpoint to change the parent (only if the user has the manage_subtasks permission) | | | READ | |
|
|
|
|
|
|
|
|
|
## Properties: |
|
|
|
|
| Property | Description | Type | Constraints | Example | Supported operations | |
|
|
|
@ -973,6 +974,11 @@ Updates an activity's comment and, on success, returns the updated activity. |
|
|
|
|
"method": "post", |
|
|
|
|
"title": "Add relation" |
|
|
|
|
}, |
|
|
|
|
"changeParent": { |
|
|
|
|
"href": "/api/v3/work_packages/694", |
|
|
|
|
"method": "patch", |
|
|
|
|
"title": "Change parent of Bug in OpenProject" |
|
|
|
|
}, |
|
|
|
|
"addComment": { |
|
|
|
|
"href": "/api/v3/work_packages/1528/activities", |
|
|
|
|
"method": "post", |
|
|
|
|