Autodesk · Arazzo Workflow
Autodesk Open, Comment On, and Close a BIM 360 Issue
Version 1.0.0
Resolve issue types, open an issue against a model, add a comment, close it with an answer, and read it back.
View Spec
View on GitHub
Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainabilityArazzoWorkflows
Provider
Workflows
triage-quality-issue
Take a BIM 360 quality issue from open to closed with an audit trail.
Lists the issue types available in the container, creates an issue of the first type and subtype, comments on it, closes it with an answer, and reads the issue back to confirm status and comment count.
1
listIssueTypes
getIssueTypes
List the issue types and subtypes configured in the container. Both ids are container-scoped, so an issue cannot be created without resolving them first.
2
openIssue
createIssue
Create the issue against the resolved type and subtype, pinned to the target model and assigned to a user. The issues API speaks JSON:API.
3
addComment
createIssueComment
Comment on the issue. Comments are the audit trail an integration writes back when field context arrives from another system.
4
closeIssue
updateIssue
Close the issue with an answer recording how it was resolved. Patching status alone without an answer leaves the record unexplained.
5
confirmIssue
getIssue
Read the issue back to confirm it is closed and that the comment was recorded against it.