Jira: Search Users
jira_search_usersSearch Jira users by email or name to retrieve their account IDs, enabling mapping for user picker fields.
Instructions
Search users (returns accountId) using /rest/api/3/user/search. Use this to map email/displayName → accountId for user picker fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (email or name) | |
| maxResults | No | Max results (1-50) | |
| includeInactive | No | If true, do not filter out inactive users client-side |