Tickets and issues
works endpoint
ℹ️ A work item is a record of some work that has to be done for a customer (ticket) or for another builder or maintainer of a part (issue).
📌 For more information about work items, refer to Tickets and Issues.
Last updated on
Update Webhook POST
Updates the requested webhook. **Required scopes:** Default Scopes unavailable for this API.
Count Works (POST) POST
Get count of work matching given filter. **Required scopes:** Depends on the object type in the `type` field: | type | required scope | |---|---| | incident | `incident:read` OR `incident:write` OR `incident:all` | | issue | `issue:read` OR `issue:write` OR `issue:all` | | opportunity | `opportunity:read` OR `opportunity:write` OR `opportunity:all` | | task | `task:read` OR `task:write` OR `task:all` | | ticket | `ticket:read` OR `ticket:write` OR `ticket:all` |