Get Worklog Property Keys
GET {{baseUrl}}/rest/api/3/issue/:issueIdOrKey/worklog/:worklogId/properties
Returns the keys of all properties for a worklog.
This operation can be accessed anonymously.
Permissions required:
- Browse projects project permission for the project that the issue is in.
- If issue-level security is configured, issue-level security permission to view the issue.
- If the worklog has visibility restrictions, belongs to the group or has the role visibility is restricted to.
RESPONSES
status: OK
{"keys":[{"self":"https://your-domain.atlassian.net/rest/api/3/issue/EX-2/properties/issue.support","key":"issue.support"}]}