provider Issue comment properties GET /rest/api/3/comment/{commentId}/properties/{propertyKey}
@utdk/jira /rest/api/3/comment/{commentId}/properties/{propertyKey}
Get comment property
Returns the value of a comment property. This operation can be accessed anonymously. **[Permissions](#permissions) required:** * *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project. * If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) 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.
commentId path required
The ID of the comment.
string
propertyKey path required
The key of the property.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
getcommentproperty
GET/rest/api/3/comment/{commentId}/properties/{propertyKey}
Returns the value of a comment property. This operation can be accessed anonymously. **[Permissions](#permissions) required:** * *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project. * If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) 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.

Parameters

required

The ID of the comment.

required

The key of the property.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.getcommentproperty()