Skip to main content

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

ParameterTypeDescription
Project key or IDStringProject identifier used to scope which boards to list.
NameStringFilter boards by name.
TypeStringFilter by board type (e.g., scrum, kanban).
Include private boardsBooleanWhether to include private Jira boards in the results.
Sort byStringSort key for the returned board list (e.g., name, id).
Start atIntegerZero-based index for pagination to fetch subsequent pages.
Results limitIntegerMaximum 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?"

Troubleshooting

FAQs