jira_get_issue
Retrieve specific Jira issue details using the issue key by providing Jira host, credentials, and issue key for efficient issue tracking and management.
Instructions
Retrieves details of a specific Jira issue by key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiToken | No | API token for Jira authentication | |
No | Email address associated with the Jira account | ||
issueKey | Yes | The Jira issue key (e.g., 'PROJECT-123') | |
jiraHost | No | The Jira host URL (e.g., 'your-domain.atlassian.net') |