ExecuteMacro applies a macro's actions to one or more tickets.
POST/api/v1/ticketing/macros/:macroId/execute
Supports bulk operations on up to 100 tickets at once. Actions are applied atomically per ticket.
Response
Returns counts of successful and failed updates. Failed tickets are listed separately for retry.
Errors
- NOT_FOUND: Macro does not exist
- PERMISSION_DENIED: Caller lacks ticket:write permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.