---
title: "List issue field values for an issue"
method: GET
path: "/repos/{owner}/{repo}/issues/{issue_number}/issue-field-values"
tags: ["issues"]
---

# List issue field values for an issue

`GET /repos/{owner}/{repo}/issues/{issue_number}/issue-field-values`

Lists all issue field values for an issue.

## Path parameters

- `owner` string, required
- `repo` string, required
- `issue_number` integer, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- IssueFieldValue[]
  - `issue_field_id` integer, required — Unique identifier for the issue field.
  - `issue_field_name` string — The human-readable name of the issue field.
  - `node_id` string, required
  - `data_type` 'text' | 'single_select' | 'multi_select' | 'number' | 'date', required — The data type of the issue field
  - `value` union, required — The value of the issue field
    - string
    - number
    - integer
  - `single_select_option` object, nullable — Details about the selected option (only present for single_select fields)
    - `id` integer, required — Unique identifier for the option.
    - `name` string, required — The name of the option
    - `color` string, required — The color of the option
  - `multi_select_options` object[], nullable — Details about the selected options
    - `id` integer, required — Unique identifier for the option.
    - `name` string, required — The name of the option
    - `color` string, required — The color of the option

## Other responses

- `301` — Moved permanently
- `404` — Resource not found
- `410` — Gone

## Changes

- **2026-06-23** `ae221630baa5` — 1 info
  - added the optional property `items/issue_field_name` to the response with the `200` status
- **2026-06-08** `368b611509dd` — 1 warning, 1 info
  - added the new `multi_select` enum value to the `items/data_type` response property for the response status `200`
  - added the optional property `items/multi_select_options` to the response with the `200` status
- **2026-03-11** `e26e2e7af931` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/github/apis/enterprise-cloud/changes/repos/:owner/:repo/issues/:issue_number/issue-field-values/get.md)

---

[API](https://skmtc.dev/github/apis/enterprise-cloud.md) · [All operations](https://skmtc.dev/github/apis/enterprise-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/enterprise-cloud/revisions/6020c72ba337/schema)
