aps_issues_create
Create new issues in Autodesk Construction Cloud projects by specifying title, type, and status, with options for description, assignees, dates, and custom attributes.
Instructions
Create a new issue in a project. Requires: title, issueSubtypeId (get from aps_issues_get_types), and status. Optional: description, assignee, dates, location, root cause, custom attributes, watchers. ⚠️ Requires 'data:write' in APS_SCOPE.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID – accepts with or without 'b.' prefix. | |
| title | Yes | Issue title (max 10,000 chars). | |
| issue_subtype_id | Yes | Type (subtype) UUID – get from aps_issues_get_types. | |
| status | Yes | Initial status (e.g. 'open'). | |
| description | No | Issue description (max 10,000 chars). Optional. | |
| assigned_to | No | Autodesk ID of assignee (user, company, or role). Optional. | |
| assigned_to_type | No | Type of assignee. Required if assigned_to is set. | |
| due_date | No | Due date in ISO8601 format (e.g. '2025‑12‑31'). Optional. | |
| start_date | No | Start date in ISO8601 format. Optional. | |
| location_id | No | LBS (Location Breakdown Structure) UUID. Optional. | |
| location_details | No | Location as plain text (max 8,300 chars). Optional. | |
| root_cause_id | No | Root cause UUID. Optional. | |
| published | No | Whether the issue is published. Default false. | |
| watchers | No | Array of Autodesk IDs to add as watchers. Optional. | |
| custom_attributes | No | Custom attribute values. Optional. | |
| region | No | Data centre region. Defaults to US. |