jira_user_search
Search JIRA users by display name or email substring. Retrieve account IDs to use for issue assignment or reporter setup.
Instructions
Search JIRA users by display-name or email substring. Returns matches as YAML — each entry includes account_id, display_name, email_address (often redacted by GDPR), active, and account_type. Use the returned account_id as input to jira_write's assignee or reporter parameter. limit defaults to 25; pass 0 for unlimited. Atlassian matches substrings on display name and email — try a shorter or alternate spelling if the first attempt returns nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (`0` = unlimited). Defaults to 25. | |
| query | Yes | Search text — matched against display name and email substrings. |