getIssues
Retrieve JIRA issue details and attachments by providing the issue key, enabling efficient access to task information through the Personal JIRA MCP server.
Instructions
获取JIRA问题及其附件
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_key | Yes |
Input Schema (JSON Schema)
{
"properties": {
"issue_key": {
"title": "Issue Key",
"type": "string"
}
},
"required": [
"issue_key"
],
"title": "getIssuesArguments",
"type": "object"
}