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 Commentsproject permission to create or update the value of a property on any comment.
Edit Own Commentsproject 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.
リクエストパラメータ
パスパラメータ
リクエストボディパラメータapplication/json
例
レスポンス
🟢200OK
application/json
Returned if the comment property is updated.
ボディ
🟢201作成済み
🟠400不正な要求
🟠401権限なし
🟠403アクセス禁止
🟠404レコードが存在しない
リクエストリクエストExample
Shell
JavaScript
Java
Swift
curl--location--request PUT '/rest/api/3/comment//properties/' \
--header'Content-Type: application/json' \
--data-raw'null'