Find users
Jira find users action searches for Jira Cloud users that match a query and optional filters. This is a read-only action that returns matching users with their account identifiers and profile fields.
Prerequisites
- Your admin must complete the initial Jira setup and enable Jira actions in the Admin Console so that the Jira action pack is available in Agent Builder.
- Each user is prompted to connect their Jira account via OAuth in Glean before running agents that use Jira actions, including Jira Assign issue.
- If your Jira organization uses Central OAuth, a Jira administrator must authorize the app for the site before users can run Jira actions in Glean.
Supported parameters
| Parameter | Type | Description |
|---|---|---|
| Search query | String | Free-text query to search for users by name, email address, or other supported fields. |
| Account ID | String | Jira account ID to match when searching for users. |
| Active | Boolean | Whether to include active Jira users in the results. |
| Results limit | Integer | Maximum number of users to return in a single call. |
| Start at | Integer | Index of the first user to return for pagination. |
Usage examples
-
"Find active Jira users with the name Abc Xyz so I can assign her to the new bug report."
-
"Search for users with email abc.xyz@company.com in Jira."
-
"Look up the account ID for user Abc Pqr in our Jira."