Function get_comment_property

Source
pub async fn get_comment_property(
    configuration: &Configuration,
    comment_id: &str,
    property_key: &str,
) -> Result<EntityProperty, Error<GetCommentPropertyError>>
Expand description

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.