ExternalIssue

class Object
trait Matchable
class Any

Value members

Concrete methods

def createdAt: SelectionBuilder[ExternalIssue, Option[Time]]

Timestamp of when the issue was created.

Timestamp of when the issue was created.

def externalTracker: SelectionBuilder[ExternalIssue, Option[String]]

Type of external tracker.

Type of external tracker.

def relativeReference: SelectionBuilder[ExternalIssue, Option[String]]

Relative reference of the issue in the external tracker.

Relative reference of the issue in the external tracker.

def status: SelectionBuilder[ExternalIssue, Option[String]]

Status of the issue in the external tracker.

Status of the issue in the external tracker.

def title: SelectionBuilder[ExternalIssue, Option[String]]

Title of the issue in the external tracker.

Title of the issue in the external tracker.

def updatedAt: SelectionBuilder[ExternalIssue, Option[Time]]

Timestamp of when the issue was updated.

Timestamp of when the issue was updated.

def webUrl: SelectionBuilder[ExternalIssue, Option[String]]

URL to the issue in the external tracker.

URL to the issue in the external tracker.