Issues
Issue tracking, assignment, and resolution
Get count of blocking (CRITICAL/HIGH) issues for a project
Get count of blocking (CRITICAL/HIGH) issues for a project. Access requires `projects.read` or `projects.read.own`.
List issues (paginated, filterable by project, severity, status, assignee)
List issues (paginated, filterable by project, severity, status, assignee)
Create a new issue
Create a new issue. When `projectId` is omitted, the issue is routed to the tenant helpdesk project.
Get issue details
Get issue details
Update issue fields (title, description, status, due date)
Update issue fields (title, description, status, due date). Severity and assignee are managed via dedicated /escalate and /assign routes.
List comments on an issue (ordered by creation date)
List comments on an issue (ordered by creation date)
Add a comment to an issue
Add a comment to an issue. Mentions are resolved and notified. Requires `projects.read` or `projects.read.own`.
Assign or unassign a user to/from an issue
Assign or unassign a user to/from an issue
Escalate issue severity with a reason
Escalate issue severity with a reason
Transition issue status (dispatches to reopenIssueTool for REOPENED)
Transition issue status (dispatches to reopenIssueTool for REOPENED)
Resolve an issue with a resolution reason
Resolve an issue with a resolution reason