The ID of the board that contains returned projects.
OptionalmaxResults?: numberThe maximum number of projects to return per page. See the 'Pagination' section at the top of this page for more details.
OptionalstartAt?: numberThe starting index of the returned projects. Base index: 0. See the 'Pagination' section at the top of this page for more details.
Optionaloptions: RequestOptions
Returns all projects that are associated with the board, for the given board ID. If the user does not have permission to view the board, no projects will be returned at all. Returned projects are ordered by the name.
A project is associated with a board if the board filter contains reference the project or there is an issue from the project that belongs to the board.
The board filter contains reference the project only if JQL query guarantees that returned issues will be returned from the project set defined in JQL. For instance the query
project in (ABC, BCD) AND reporter = adminhave reference to ABC and BCD projects but queryproject in (ABC, BCD) OR reporter = admindoesn't have reference to any project.An issue belongs to the board if its status is mapped to the board's column. Epic issues do not belongs to the scrum boards.