issues_get_detail
Retrieve detailed information about any issue from GitHub, GitLab, Jira, Azure DevOps, or Linear by its unique ID. For Jira Epics, includes linked child issues.
Instructions
Retrieve detailed information about a specific issue by its unique ID. For Jira Epics, the response includes a childIssues array containing all issues linked to the epic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| azure_organization | No | Optionally set the Azure DevOps organization name. Required for Azure DevOps | |
| azure_project | No | Optionally set the Azure DevOps project name. Required for Azure DevOps | |
| issue_id | Yes | The Number or ID of the issue to retrieve. Supported formats include GitHub/GitLab numeric IDs (e.g., 123 or #123), Jira keys (e.g., PROJ-123), Linear issue IDs (UUID format), etc. | |
| provider | Yes | Specify the issue provider | |
| repository_name | No | Repository name. This is required for GitHub and GitLab | |
| repository_organization | No | Organization name. This is required for GitHub and GitLab |