The Id of the board that contains returned projects.
OptionalmaxResults?: numberThe maximum number of projects to return per page. Default: 50. 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. A project is associated with a board only if the board filter explicitly filters issues by the project and guaranties that all issues will come for one of those projects e.g. board's filter with "project in (PR-1, PR-1) OR reporter = admin" jql Projects are returned only if user can browse all projects that are associated with the board. Note, 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.