Issue comment properties
Get comment property
Returns the value of a comment property.
This operation can be accessed anonymously.
Permissions required:
- Browse projects project permission for the project.
- If issue-level security is configured, issue-level security permission to view the issue.
- If the comment has visibility restrictions, belongs to the group or has the role visibility is restricted to.
get/rest/api/3/comment/{commentId}/properties/{propertyKey}
Path parameters
commentIdstring required
The ID of the comment.
propertyKeystring required
The key of the property.
Response
Returned if the request is successful.
Changes
No recorded changes to this endpoint across all 16 revisions of this API.