getJiraEntityProperty
Read a property from the key/value store for a Jira issue, comment, worklog, dashboard item, or user by entity type and property key.
Instructions
Read a property from the key/value store on an work item, comment, worklog, dashboard item, or user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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' |