---
title: "Get board issues for epic"
method: GET
path: "/rest/agile/1.0/board/{boardId}/epic/{epicId}/issue"
tags: ["Board"]
deprecated: true
---

# Get board issues for epic

`GET /rest/agile/1.0/board/{boardId}/epic/{epicId}/issue`

> **Deprecated.**

Returns all issues that belong to an epic on the board, for the given epic ID and the board ID. This only includes issues that the user has permission to view. Issues returned from this resource include Agile fields, like sprint, closedSprints, flagged, and epic. By default, the returned issues are ordered by rank.

## Path parameters

- `boardId` integer, required
- `epicId` integer, required

## Query parameters

- `startAt` integer
- `maxResults` integer
- `jql` string
- `validateQuery` boolean
- `fields` object[]
- `expand` string

## Response `200`

Returns the requested issues, at the specified page of the results.

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the user is not logged in.
- `403` — Returned if the user does not have a valid license.
- `404` — Returned if the board does not exist or the user does not have permission to view it.

---

[API](https://skmtc.net/atlassian/apis/jira-software-cloud-api.md) · [All operations](https://skmtc.net/atlassian/apis/jira-software-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jira-software-cloud-api/versions/4e108d54b990/schema)
