Get Issue Type Property Keys
GET {{baseUrl}}/rest/api/3/issuetype/:issueTypeId/properties
Returns all the issue type property keys of the issue type.
This operation can be accessed anonymously.
Permissions required:
- Administer Jira global permission to get the property keys of any issue type.
- Browse projects project permission to get the property keys of any issue types associated with the projects the user has permission to browse.
RESPONSES
status: OK
{"keys":[{"self":"https://your-domain.atlassian.net/rest/api/3/issue/EX-2/properties/issue.support","key":"issue.support"}]}