Enums§
- Delete
Comment Property Error - struct for typed errors of method
delete_comment_property
- GetComment
Property Error - struct for typed errors of method
get_comment_property
- GetComment
Property Keys Error - struct for typed errors of method
get_comment_property_keys
- SetComment
Property Error - struct for typed errors of method
set_comment_property
Functions§
- delete_
comment_ property - Deletes a comment property. Permissions required: either of: * Edit All Comments project permission to delete a property from any comment. * Edit Own Comments project permission to delete a property from a comment created by the user. Also, when the visibility of a comment is restricted to a role or group the user must be a member of that role or group.
- 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_
comment_ property_ keys - Returns the keys of all the properties of a comment. 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.
- set_
comment_ property - Creates or updates the value of a property for a comment. Use this resource to store custom data against a comment. The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters. Permissions required: either of: * Edit All Comments project permission to create or update the value of a property on any comment. * Edit Own Comments project permission to create or update the value of a property on a comment created by the user. Also, when the visibility of a comment is restricted to a role or group the user must be a member of that role or group.