The Id of the board that contains the requested epics.
Optionaldone?: stringFilters results to epics that are either done or not done. Valid values: true, false.
OptionalmaxResults?: numberThe maximum number of epics 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 epics. Base index: 0. See the 'Pagination' section at the top of this page for more details.
Optionaloptions: RequestOptions
Returns all epics from the board, for the given board Id. This only includes epics that the user has permission to view. Note, if the user does not have permission to view the board, no epics will be returned at all.