jira_get_issue
Retrieve specific Jira issue details by key, using the Jira host URL, account email, and API token for authentication. Part of the Jira MCP Server for managing project tasks.
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') |