editJiraEntityProperty
Set or update a JSON property value on Jira issues, comments, worklogs, dashboard items, or users to store custom metadata.
Instructions
Set a property in the key/value store on an work item, comment, worklog, dashboard item, or user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | JSON value to store | |
| entityId | No | Required for all entity types except 'user' | |
| accountId | No | Used when entityType is 'user'; defaults to the current user | |
| entityType | Yes | ||
| dashboardId | No | Required when entityType is 'dashboardItem' | |
| propertyKey | Yes | ||
| issueIdOrKey | No | Required when entityType is 'worklog' |