Issue

object Issue
class Object
trait Matchable
class Any

Value members

Concrete methods

def `type`: SelectionBuilder[Issue, Option[IssueType]]

Type of the issue.

Type of the issue.

def alertManagementAlert[A](innerSelection: SelectionBuilder[AlertManagementAlert, A]): SelectionBuilder[Issue, Option[A]]

Alert associated to this issue.

Alert associated to this issue.

def assignees[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[UserCoreConnection, A]): SelectionBuilder[Issue, Option[A]]

Assignees of the issue.

Assignees of the issue.

def author[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[Issue, A]

User that created the issue.

User that created the issue.

def blocked: SelectionBuilder[Issue, Boolean]

Indicates the issue is blocked.

Indicates the issue is blocked.

def blockedByCount: SelectionBuilder[Issue, Option[Int]]

Count of issues blocking this issue.

Count of issues blocking this issue.

def blockedByIssues[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[IssueConnection, A]): SelectionBuilder[Issue, Option[A]]

Issues blocking this issue.

Issues blocking this issue.

def closedAt: SelectionBuilder[Issue, Option[Time]]

Timestamp of when the issue was closed.

Timestamp of when the issue was closed.

def confidential: SelectionBuilder[Issue, Boolean]

Indicates the issue is confidential.

Indicates the issue is confidential.

def createNoteEmail: SelectionBuilder[Issue, Option[String]]

User specific email address for the issue.

User specific email address for the issue.

def createdAt: SelectionBuilder[Issue, Time]

Timestamp of when the issue was created.

Timestamp of when the issue was created.

def currentUserTodos[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int], state: Option[TodoStateEnum])(innerSelection: SelectionBuilder[TodoConnection, A]): SelectionBuilder[Issue, A]

To-do items for the current user.

To-do items for the current user.

def description: SelectionBuilder[Issue, Option[String]]

Description of the issue.

Description of the issue.

def descriptionHtml: SelectionBuilder[Issue, Option[String]]

The GitLab Flavored Markdown rendering of description

The GitLab Flavored Markdown rendering of description

def designCollection[A](innerSelection: SelectionBuilder[DesignCollection, A]): SelectionBuilder[Issue, Option[A]]

Collection of design images associated with this issue.

Collection of design images associated with this issue.

def discussionLocked: SelectionBuilder[Issue, Boolean]

Indicates discussion is locked on the issue.

Indicates discussion is locked on the issue.

def discussions[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[DiscussionConnection, A]): SelectionBuilder[Issue, A]

All discussions on this noteable.

All discussions on this noteable.

def downvotes: SelectionBuilder[Issue, Int]

Number of downvotes the issue has received.

Number of downvotes the issue has received.

def dueDate: SelectionBuilder[Issue, Option[Time]]

Due date of the issue.

Due date of the issue.

def emailsDisabled: SelectionBuilder[Issue, Boolean]

Indicates if a project has email notifications disabled: true if email notifications are disabled.

Indicates if a project has email notifications disabled: true if email notifications are disabled.

def epic[A](innerSelection: SelectionBuilder[Epic, A]): SelectionBuilder[Issue, Option[A]]

Epic to which this issue belongs.

Epic to which this issue belongs.

def healthStatus: SelectionBuilder[Issue, Option[HealthStatus]]

Current health status.

Current health status.

def humanTimeEstimate: SelectionBuilder[Issue, Option[String]]

Human-readable time estimate of the issue.

Human-readable time estimate of the issue.

def humanTotalTimeSpent: SelectionBuilder[Issue, Option[String]]

Human-readable total time reported as spent on the issue.

Human-readable total time reported as spent on the issue.

def id: SelectionBuilder[Issue, String]

ID of the issue.

ID of the issue.

def iid: SelectionBuilder[Issue, String]

Internal ID of the issue.

Internal ID of the issue.

def iteration[A](innerSelection: SelectionBuilder[Iteration, A]): SelectionBuilder[Issue, Option[A]]

Iteration of the issue.

Iteration of the issue.

def labels[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[LabelConnection, A]): SelectionBuilder[Issue, Option[A]]

Labels of the issue.

Labels of the issue.

def metricImages[A](innerSelection: SelectionBuilder[MetricImage, A]): SelectionBuilder[Issue, Option[List[A]]]

Metric images associated to the issue.

Metric images associated to the issue.

def milestone[A](innerSelection: SelectionBuilder[Milestone, A]): SelectionBuilder[Issue, Option[A]]

Milestone of the issue.

Milestone of the issue.

def moved: SelectionBuilder[Issue, Option[Boolean]]

Indicates if issue got moved from other project.

Indicates if issue got moved from other project.

def movedTo[A](innerSelection: SelectionBuilder[Issue, A]): SelectionBuilder[Issue, Option[A]]

Updated Issue after it got moved to another project.

Updated Issue after it got moved to another project.

def notes[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[NoteConnection, A]): SelectionBuilder[Issue, A]

All notes on this noteable.

All notes on this noteable.

def participants[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[UserCoreConnection, A]): SelectionBuilder[Issue, Option[A]]

List of participants in the issue.

List of participants in the issue.

def reference(full: Option[Boolean]): SelectionBuilder[Issue, String]

Internal reference of the issue. Returned in shortened format by default.

Internal reference of the issue. Returned in shortened format by default.

def relativePosition: SelectionBuilder[Issue, Option[Int]]

Relative position of the issue (used for positioning in epic tree and issue boards).

Relative position of the issue (used for positioning in epic tree and issue boards).

def severity: SelectionBuilder[Issue, Option[IssuableSeverity]]

Severity level of the incident.

Severity level of the incident.

def slaDueAt: SelectionBuilder[Issue, Option[Time]]

Timestamp of when the issue SLA expires.

Timestamp of when the issue SLA expires.

def state: SelectionBuilder[Issue, IssueState]

State of the issue.

State of the issue.

def statusPagePublishedIncident: SelectionBuilder[Issue, Option[Boolean]]

Indicates whether an issue is published to the status page.

Indicates whether an issue is published to the status page.

def subscribed: SelectionBuilder[Issue, Boolean]

Indicates the currently logged in user is subscribed to the issue.

Indicates the currently logged in user is subscribed to the issue.

def taskCompletionStatus[A](innerSelection: SelectionBuilder[TaskCompletionStatus, A]): SelectionBuilder[Issue, A]

Task completion status of the issue.

Task completion status of the issue.

def timeEstimate: SelectionBuilder[Issue, Int]

Time estimate of the issue.

Time estimate of the issue.

def timelogs[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[TimelogConnection, A]): SelectionBuilder[Issue, A]

Timelogs on the issue.

Timelogs on the issue.

def title: SelectionBuilder[Issue, String]

Title of the issue.

Title of the issue.

def titleHtml: SelectionBuilder[Issue, Option[String]]

The GitLab Flavored Markdown rendering of title

The GitLab Flavored Markdown rendering of title

def totalTimeSpent: SelectionBuilder[Issue, Int]

Total time reported as spent on the issue.

Total time reported as spent on the issue.

def updatedAt: SelectionBuilder[Issue, Time]

Timestamp of when the issue was last updated.

Timestamp of when the issue was last updated.

def updatedBy[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[Issue, Option[A]]

User that last updated the issue.

User that last updated the issue.

def upvotes: SelectionBuilder[Issue, Int]

Number of upvotes the issue has received.

Number of upvotes the issue has received.

def userDiscussionsCount: SelectionBuilder[Issue, Int]

Number of user discussions in the issue.

Number of user discussions in the issue.

def userNotesCount: SelectionBuilder[Issue, Int]

Number of user notes of the issue.

Number of user notes of the issue.

def userPermissions[A](innerSelection: SelectionBuilder[IssuePermissions, A]): SelectionBuilder[Issue, A]

Permissions for the current user on the resource

Permissions for the current user on the resource

def webPath: SelectionBuilder[Issue, String]

Web path of the issue.

Web path of the issue.

def webUrl: SelectionBuilder[Issue, String]

Web URL of the issue.

Web URL of the issue.

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

Weight of the issue.

Weight of the issue.