{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Issue Comment Properties API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Issue Comment Properties", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Comment Property Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/comment/:commentId/properties", "params": [ { "name": "commentId", "value": "", "type": "path", "description": "The ID of the comment." } ] }, "docs": "Returns the keys of all the properties of a comment.

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 visibil" }, { "info": { "name": "Atlassian Get Comment Property", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/comment/:commentId/properties/:propertyKey", "params": [ { "name": "commentId", "value": "", "type": "path", "description": "The ID of the comment." }, { "name": "propertyKey", "value": "", "type": "path", "description": "The key of the property." } ] }, "docs": "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 restr" }, { "info": { "name": "Atlassian Set Comment Property", "type": "http" }, "http": { "method": "PUT", "url": "https://api.atlassian.com/rest/api/3/comment/:commentId/properties/:propertyKey", "params": [ { "name": "commentId", "value": "", "type": "path", "description": "The ID of the comment." }, { "name": "propertyKey", "value": "", "type": "path", "description": "The key of the property. The maximum length is 255 characters." } ], "body": { "type": "json", "data": "{}" } }, "docs": "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](http://tools.ietf.org/html/rfc4627), non-empty JSON blob. The maximum length is 32768 characters.

**[Permissions](#permissions) required:** either of:

* *Edit All Comments* [project permission](https://confluence.atlassian.com/x/yodKLg) to create or update the value of a property on any comment.
* *Edit Own" }, { "info": { "name": "Atlassian Delete Comment Property", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.atlassian.com/rest/api/3/comment/:commentId/properties/:propertyKey", "params": [ { "name": "commentId", "value": "", "type": "path", "description": "The ID of the comment." }, { "name": "propertyKey", "value": "", "type": "path", "description": "The key of the property." } ] }, "docs": "Deletes a comment property.

**[Permissions](#permissions) required:** either of:

* *Edit All Comments* [project permission](https://confluence.atlassian.com/x/yodKLg) to delete a property from any comment.
* *Edit Own Comments* [project permission](https://confluence.atlassian.com/x/yodKLg) 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." } ] } ], "bundled": true }