aps_issues_update
Modify existing issues in Autodesk Platform Services projects by updating specific fields like status, assignee, due date, or custom attributes.
Instructions
Update an existing issue. Only include the fields you want to change. ⚠️ Requires 'data:write' in APS_SCOPE. To see which fields the current user can update, check permittedAttributes in the issue detail.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID – accepts with or without 'b.' prefix. | |
| issue_id | Yes | Issue UUID to update. | |
| title | No | New title. Optional. | |
| description | No | New description. Optional. | |
| status | No | New status. Optional. | |
| assigned_to | No | New assignee Autodesk ID. Optional. | |
| assigned_to_type | No | Assignee type. Required if assigned_to is set. | |
| due_date | No | New due date (ISO8601). Optional. | |
| start_date | No | New start date (ISO8601). Optional. | |
| location_id | No | New LBS location UUID. Optional. | |
| location_details | No | New location text. Optional. | |
| root_cause_id | No | New root cause UUID. Optional. | |
| published | No | Set published state. Optional. | |
| watchers | No | New watcher list. Optional. | |
| custom_attributes | No | Custom attribute values to update. Optional. | |
| region | No | Data centre region. Defaults to US. |