Jira: Resolve User AccountId
jira_resolve_user_account_idResolves a Jira user by email or name and returns the best-match accountId for setting user picker custom fields.
Instructions
Resolve a single best-match Jira user and return accountId (for setting user picker custom fields). Uses /rest/api/3/user/search and selects the best candidate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Email or name to resolve | |
| includeInactive | No | If true, allow inactive users | |
| requireEmailMatch | No | If true, prefers exact email match when emailAddress is present |