getIssue
Retrieve specific Backlog issues by ID to access detailed information, status updates, and project tracking data for effective issue management.
Instructions
特定のBacklog課題を取得します
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issueId | Yes | 課題のID(例: PROJECT-1) |
Input Schema (JSON Schema)
{
"properties": {
"issueId": {
"description": "課題のID(例: PROJECT-1)",
"type": "string"
}
},
"required": [
"issueId"
],
"type": "object"
}