The Forma Issues API creates and updates issues in your Forma projects. An issue is an item that is created in Forma for tracking, managing and communicating tasks, problems and other points of concern through to resolution. The Issues API includes the following features:
Many Issues endpoints trigger a webhook event — for example, when an issue is created, updated, deleted, restored, or unlinked.
These events apply to both placement (pushpin) and non-placement issues, except for issue.unlinked, which applies only to placement issues. Placement issues are linked to a location on a drawing or model.
Note that placement issues are currently read-only in the Issues API — they can be retrieved using GET issues, but cannot be created or updated via the API.
Only users with Project Admin permissions can create webhooks for Forma Issues.
You can use the Webhooks API to create a webhook that notifies your application when a specified event occurs in a project or hub. When triggered, the webhook sends a notification to the callback URL you define.
For more information about webhooks, see the Webhooks API.
For a full list of available events, see the Forma Issues Events page.
For setup instructions, see the Creating a Webhook and Listening to Events tutorial.
The following list details some notable differences between the BIM 360 Issues API and the Forma Issues API:
published request attribute.The following list details known limitations for the Forma Issues API release: