Skip to main content
Glama

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
NameRequiredDescriptionDefault
project_idYesProject ID – accepts with or without 'b.' prefix.
titleYesIssue title (max 10,000 chars).
issue_subtype_idYesType (subtype) UUID – get from aps_issues_get_types.
statusYesInitial status (e.g. 'open').
descriptionNoIssue description (max 10,000 chars). Optional.
assigned_toNoAutodesk ID of assignee (user, company, or role). Optional.
assigned_to_typeNoType of assignee. Required if assigned_to is set.
due_dateNoDue date in ISO8601 format (e.g. '2025‑12‑31'). Optional.
start_dateNoStart date in ISO8601 format. Optional.
location_idNoLBS (Location Breakdown Structure) UUID. Optional.
location_detailsNoLocation as plain text (max 8,300 chars). Optional.
root_cause_idNoRoot cause UUID. Optional.
publishedNoWhether the issue is published. Default false.
watchersNoArray of Autodesk IDs to add as watchers. Optional.
custom_attributesNoCustom attribute values. Optional.
regionNoData centre region. Defaults to US.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pabloderen/ACC.MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server