jira_search_users
Find JIRA users by name, email, or display name to retrieve their accountId for mentions and assignments.
Instructions
Search for JIRA users by name, email, or display name. Returns accountId which can be used for mentions or assignments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (name, email, or display name) | |
| maxResults | No | Maximum number of users to return (default: 50) |