---
title: "Get issue property"
method: GET
path: "/rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey}"
tags: ["Issue properties"]
---

# Get issue property

`GET /rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey}`

Returns the key and value of an issue's property.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:**

 *  *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project containing the issue.
 *  If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, issue-level security permission to view the issue.

## Path parameters

- `issueIdOrKey` string, required
- `propertyKey` string, required

## Response `200`

Returned if the request is successful.

- EntityProperty — An entity property, for more information see [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
  - `key` string — The key of the property. Required on create and update.
  - `value` unknown

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.
- `404` — Returned if the issue or property is not found or the user does not have permission to see the issue.

---

[API](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api-3.md) · [All operations](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-3/revisions/2783f5d3849c/schema)
