Board

object Board
class Object
trait Matchable
class Any

Value members

Concrete methods

def assignee[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[Board, Option[A]]

The board assignee.

The board assignee.

def createdAt: SelectionBuilder[Board, Time]

Timestamp of when the board was created.

Timestamp of when the board was created.

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 hideBacklogList: SelectionBuilder[Board, Option[Boolean]]

Whether or not backlog list is hidden.

Whether or not backlog list is hidden.

def hideClosedList: SelectionBuilder[Board, Option[Boolean]]

Whether or not closed list is hidden.

Whether or not closed list is hidden.

def id: SelectionBuilder[Board, String]

ID (global ID) of the board.

ID (global ID) of the board.

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.

def name: SelectionBuilder[Board, Option[String]]

Name of the board.

Name of the board.

def updatedAt: SelectionBuilder[Board, Time]

Timestamp of when the board was last updated.

Timestamp of when the board was last updated.

def webPath: SelectionBuilder[Board, String]

Web path of the board.

Web path of the board.

def webUrl: SelectionBuilder[Board, String]

Web URL of the board.

Web URL of the board.

def weight: SelectionBuilder[Board, Option[Int]]

Weight of the board.

Weight of the board.