Issue properties
Get issue property
Returns the key and value of an issue's property.
This operation can be accessed anonymously.
Permissions required:
- Browse projects project permission for the project containing the issue.
- If issue-level security is configured, issue-level security permission to view the issue.
get/rest/api/3/issue/{issueIdOrKey}/properties/{propertyKey}
Path parameters
issueIdOrKeystring required
The key or ID of the issue.
propertyKeystring required
The key of the property.
Response
Returned if the request is successful.
Changes
No recorded changes to this endpoint across all 15 revisions of this API.