Get Issue Property
GET {{baseUrl}}/rest/api/3/issue/:issueIdOrKey/properties/:propertyKey
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.
RESPONSES
status: OK
{"key":"issue.support","value":{"system.conversation.id":"b1bf38be-5e94-4b40-a3b8-9278735ee1e6","system.support.time":"1m"}}