Creates or updates the value of the issue type property. Use this resource to store and update data against an issue type.The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.Permissions required:Administer Jiraglobal permission.
Request
Path Params
Body Params application/json
Examples
Responses
🟢200Returned if the issue type property is updated.
application/json
Body
🟢201Returned if the issue type property is created.
🟠400Returned if:
* the issue type ID is invalid.
* a property value is not provided.
* the property value JSON content is invalid.
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have permission to modify the issue type.
🟠404Returned if:
* the issue type is not found.
* the user does not have the permission view the issue type.