set_issue_property
Set a custom property on a Jira issue by specifying the issue ID or key, the property key, and a JSON value. Use this to store additional metadata associated with the issue.
Instructions
Set issue property
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The value of the property. The value has to be a valid, non-empty [JSON](https://tools.ietf.org/html/rfc4627) value. The maximum length of the property value is 32768 bytes. | |
| propertyKey | Yes | The key of the issue property. The maximum length is 255 characters. | |
| issueIdOrKey | Yes | The ID or key of the issue. |