Optionalparameters: {OptionalaccountIdLocation?: stringOptionalexpand?: string | string[] | string & {} | (string & {} | "permissions" | "admins")[]List of fields to expand for each board. Valid values: admins, permissions.
OptionalfilterId?: numberFilters results to boards that are relevant to a filter. Not supported for next-gen boards.
OptionalincludePrivate?: booleanAppends private boards to the end of the list. The name and type fields are excluded for security reasons.
OptionalmaxResults?: numberThe maximum number of boards to return per page. See the 'Pagination' section at the top of this page for more details.
Optionalname?: stringFilters results to boards that match or partially match the specified name.
OptionalnegateLocationFiltering?: booleanIf set to true, negate filters used for querying by location. By default false.
OptionalorderBy?: "name" | string & {} | "-name" | "+name"Ordering of the results by a given field. If not provided, values will not be sorted. Valid values: name.
OptionalprojectKeyOrId?: stringFilters results to boards that are relevant to a project. Relevance means that the jql filter defined in board contains a reference to a project.
OptionalprojectLocation?: stringOptionalprojectTypeLocation?: string[]Filters results to boards that are relevant to a project types. Support Jira Software, Jira Service Management. Valid values: software, service_desk. By default software.
OptionalstartAt?: numberThe starting index of the returned boards. Base index: 0. See the 'Pagination' section at the top of this page for more details.
Optionaltype?: string & {} | "simple" | "scrum" | "kanban"Filters results to boards of the specified types. Valid values: scrum, kanban, simple.
Optionaloptions: RequestOptions
Returns all boards. This only includes boards that the user has permission to view.
Deprecation notice: The required OAuth 2.0 scopes will be updated on February 15, 2024.
read:board-scope:jira-software,read:project:jira