Skip to main content
Jira get all users action retrieves a paginated list of users from your Jira Cloud site. This is a read-only action that returns user account information for workflows that need to enumerate Jira accounts, generate user reports, or cross-check users against other systems.

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

ParameterTypeDescription
Max resultsIntegerMaximum number of users to return in a single call.
Start atIntegerStarting position in the overall user list for pagination.

Usage examples

  • “Get all Jira users from our instance so I can generate a report for the quarterly audit.”
  • “List all user accounts in our Jira Cloud.”
  • “Show me all active and inactive users in Jira.”

Troubleshooting

  • Possible cause: Jira’s Central OAuth application is not granted site-wide access by a Jira administrator.
  • Fix: Ask a Jira admin to complete the required app authorization flow in Jira, then retry the action.
  • Possible cause: The connected account does not have permission to view user information, or pagination parameters are incorrect.
  • Fix: Verify the connected account has permission to view users in Jira. Check that Start at is not beyond the total number of users.
  • Possible cause: The tools server backing this action is unreachable (404) or returning an internal error (500).
  • Fix: Confirm that the server information of teh action is correct and reachable from Glean. For 500 errors, contact Glean support to investigate the underlying exception.

FAQs

No. Jira actions in Glean are designed for Jira Cloud and rely on Jira Cloud’s REST APIs and OAuth-based integration. They do not support Jira Server or Data Center deployments.
The action runs using the connected Jira account for the current user, so it can only return information that this Jira account is allowed to access in Jira.
No. Get all users is designed to list all users with pagination, not to search for specific users. To search for users by name, email, or account ID, use Find users instead.
Use Results limit to control how many users are returned per page, and Start at to specify the starting index. For example, to get the second page of 100 users, set Start at to 100 and Results limit to 100.
Yes. Get all users returns all users in the Jira instance, including both active and inactive users. The user status information is included in the response.