get_issue
Retrieve detailed information about JIRA issues using the specified issue key, enabling efficient issue management and tracking 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": "get_issueArguments",
"type": "object"
}