v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
issues

Add or remove followers to/from an issue

By default, adds followers. To remove followers, set the operation field to "remove".

Rate limit: 20 requests per minute

post/issues/{id}/followers

Path parameters

idstring required

The ID or number of the issue to add followers to.

Request body

contact_idsstring[]

The IDs of contacts to add as followers.

operationstring

Operation to perform. Use "add" to add followers (default) or "remove" to remove followers.

user_idsstring[]

The IDs of users to add as followers.

Response

request_idstring

The request ID for tracking.