Open Context Protocol is live! 🚀 Read the launch post

deleteIssue

Delete issue

DELETE /rest/api/3/issue/{issueIdOrKey} HTTP/1.1

Parameters

{
  "issueIdOrKey": {
    "description": "The ID or key of the issue.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "deleteSubtasks": {
    "description": "Whether the issue's subtasks are deleted when the issue is deleted.",
    "required": false,
    "location": "query",
    "type": "string",
    "enum": [
      "true",
      "false"
    ]
  }
}