Issue

Query uncommitted issues by integration ID

get/integrations/{integration_id}/issues/uncommitted

Path parameters

integration_idstring required

integration id

Query parameters

limitinteger

The limit to use for pagination

cursorstring

The cursor to use for pagination

Response

IDs of issues matching the query

issueIdsstring[] required

The IDs of all issues that matched the query

cursorstring

Cursor used for pagination

Changes