List boards
Jira list boards action to retrieve a list of available Jira boards. This is a read-only action that returns structured board data with support for filtering by project, board type, and other criteria.
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 |
|---|---|---|
| Project key or ID | String | Project identifier used to scope which boards to list. |
| Name | String | Filter boards by name. |
| Type | String | Filter by board type (e.g., scrum, kanban). |
| Include private boards | Boolean | Whether to include private Jira boards in the results. |
| Sort by | String | Sort key for the returned board list (e.g., name, id). |
| Start at | Integer | Zero-based index for pagination to fetch subsequent pages. |
| Results limit | Integer | Maximum number of boards to return per page. |
Usage examples
-
"Show me all scrum boards in the Mobile App project."
-
"List all available Jira boards I have access to."
-
"What kanban boards are in our Engineering project?"