jira_get_issue
Retrieve detailed Jira issue information, including Epic links, relationships, and optional fields like comments or changelog, using the MCP Atlassian server integration.
Instructions
Get details of a specific Jira issue including its Epic links and relationship information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comment_limit | No | Maximum number of comments to include (0 or null for no comments) | |
expand | No | Optional fields to expand. Examples: 'renderedFields' (for rendered content), 'transitions' (for available status transitions), 'changelog' (for history) | |
fields | No | Fields to return. Can be a comma-separated list (e.g., 'summary,status,customfield_10010'), '*all' for all fields (including custom fields), or omitted for essential fields only | summary,description,status,assignee,reporter,labels,priority,created,updated,issuetype |
issue_key | Yes | Jira issue key (e.g., 'PROJ-123') | |
properties | No | A comma-separated list of issue properties to return | |
update_history | No | Whether to update the issue view history for the requesting user |