Get epic issues
get_epic_issuesList issues in a Jira epic using its key or ID. Automatically selects the right API for Cloud, Data Center, or team-managed projects.
Instructions
List the issues belonging to an epic. Cloud uses the current Software API enhanced endpoint; Data Center uses Agile 1.0. Falls back to a JQL 'parent = ' search on team-managed projects, where the epic API does not apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated issue fields (default: key,summary,status,assignee) | |
| startAt | No | ||
| maxResults | No | ||
| epicIdOrKey | Yes | Epic key, e.g. PROJ-1, or numeric issue ID | |
| nextPageToken | No | Jira Cloud only: cursor returned by a previous fallback search |