Skip to main content

Get all projects

Jira get all projects tool retrieves a list of projects from your Jira instance. This is a read-only tool that returns projects with support for filtering by name, category, status, and other criteria.

Prerequisites

  • Your admin must complete the initial Jira setup and enable tools in the Admin Console so that the Jira tools are available in Agent Builder.
  • Each user is prompted to connect their Jira account via OAuth in Glean before running tools, 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 tools in Glean.

Supported parameters

ParameterTypeDescription
Search queryStringText to search for in project names and descriptions.
NameStringFilter projects by exact or partial name match.
Category IDStringFilter projects by category identifier.
StatusStringFilter projects by status (e.g., live, archived).
ToolStringType of tool to perform when retrieving projects.
ExpandStringComma-separated list of additional fields to expand in the response.
PropertiesStringAdditional properties to include in the results.
Sort byStringField to sort results by (e.g., name, key, category).
Start atIntegerZero-based index for pagination to fetch subsequent pages.
Results limitIntegerMaximum number of projects to return per page.

Usage examples

  • "Show me all active Jira projects in our Engineering category."

  • "List all Jira projects I have access to."

  • "What archived projects exist in Jira?"

Troubleshooting

FAQs