Sets the value of an issue's property. Use this resource to store custom data against an issue.The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.This operation can be accessed anonymously.Permissions required:
Browse projects and Edit issuesproject permissions for the project containing the issue.
If issue-level security is configured, issue-level security permission to view the issue.
リクエストパラメータ
パスパラメータ
リクエストボディパラメータapplication/json
例
レスポンス
🟢200OK
application/json
Returned if the issue property is updated.
ボディ
🟢201作成済み
🟠400不正な要求
🟠401権限なし
🟠403アクセス禁止
🟠404レコードが存在しない
リクエストリクエストExample
Shell
JavaScript
Java
Swift
curl--location--request PUT '/rest/api/3/issue//properties/' \
--header'Content-Type: application/json' \
--data-raw'null'