jira_user
Look up Jira users – retrieve current user, search by query or accountId, list assignable users for a project or issue, or bulk-fetch multiple users by accountId.
Instructions
Look up Jira users: current authenticated user, search by query/accountId, list assignable users for a project or issue, or bulk-fetch by accountId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | ||
| query | No | ||
| accountId | No | ||
| startAt | No | ||
| maxResults | No | ||
| property | No | ||
| sessionId | No | ||
| username | No | ||
| project | No | Project key — restricts to assignable for this project | |
| issueKey | No | Issue key — restricts to assignable for this issue | |
| actionDescriptorId | No | ||
| recommend | No | ||
| action | Yes | ||
| full | No | If true, skip the summary projection and return the raw Jira API response. |