Board
object Board
class Object
trait Matchable
class Any
Value members
Concrete methods
def epics[A](issueFilters: Option[BoardIssueInput], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[BoardEpicConnection, A]): SelectionBuilder[Board, Option[A]]
Epics associated with board issues.
Epics associated with board issues.
def iteration[A](innerSelection: SelectionBuilder[Iteration, A]): SelectionBuilder[Board, Option[A]]
The board iteration.
The board iteration.
def labels[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[LabelConnection, A]): SelectionBuilder[Board, Option[A]]
Labels of the board.
Labels of the board.
def lists[A](id: Option[ListID], issueFilters: Option[BoardIssueInput], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[BoardListConnection, A]): SelectionBuilder[Board, Option[A]]
Lists of the board.
Lists of the board.
def milestone[A](innerSelection: SelectionBuilder[Milestone, A]): SelectionBuilder[Board, Option[A]]
The board milestone.
The board milestone.