List user-defined issue queues for an organisation (the active tenant by default, or the `organisationId` query param for a cross-org issue surface)
GET/api/issue-queues
List user-defined issue queues for an organisation (the active tenant by default, or the organisationId query param for a cross-org issue surface). Returns each queue with issueCount scoped to the projects the caller can read; callers without issue-read access still see the queue list (so the Issue Settings page loads) but counts are 0.
Request
Responses
- 200
- 401
- 403
Successful response
Unauthorized — authentication credentials are missing or invalid
Forbidden — the x-act-as-org selector named an organisation the caller is not an ACTIVE member of (or the caller lacks the required permission).