GetProjectIssuesIssue

data class GetProjectIssuesIssue(val assigneeIds: List<Int>, val authorId: Int, val closedAt: String, val closedByUserId: Int, val confidential: Boolean, val createdAt: String, val description: String, val discussionLocked: Boolean, val discussionToResolve: String, val downvotes: Int, val dueDate: String, val epicId: Int, val epicIssueId: Int, val externalId: String, val humanTimeEstimate: String, val humanTotalTimeSpent: String, val iid: Int, val issueId: Int, val issueLinkId: Int, val issueType: String, val labels: List<String>, val links: Map<String, String>, val mergeRequestToResolveDiscussionsOf: Int, val mergeRequestsCount: Int, val milestoneId: Int, val movedToId: Int, val project: String, val references: Map<String, String>, val state: String, val subscribed: Boolean, val taskCompletionStatuses: List<GetProjectIssuesIssueTaskCompletionStatus>, val timeEstimate: Int, val title: String, val totalTimeSpent: Int, val updatedAt: String, val upvotes: Int, val userNotesCount: Int, val webUrl: String, val weight: Int)

Constructors

Link copied to clipboard
constructor(assigneeIds: List<Int>, authorId: Int, closedAt: String, closedByUserId: Int, confidential: Boolean, createdAt: String, description: String, discussionLocked: Boolean, discussionToResolve: String, downvotes: Int, dueDate: String, epicId: Int, epicIssueId: Int, externalId: String, humanTimeEstimate: String, humanTotalTimeSpent: String, iid: Int, issueId: Int, issueLinkId: Int, issueType: String, labels: List<String>, links: Map<String, String>, mergeRequestToResolveDiscussionsOf: Int, mergeRequestsCount: Int, milestoneId: Int, movedToId: Int, project: String, references: Map<String, String>, state: String, subscribed: Boolean, taskCompletionStatuses: List<GetProjectIssuesIssueTaskCompletionStatus>, timeEstimate: Int, title: String, totalTimeSpent: Int, updatedAt: String, upvotes: Int, userNotesCount: Int, webUrl: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Return issues created by the given user id. Combine with scope=all or scope=assignedtome.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Filter confidential or public issues.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Return issues that have no due date, are overdue, or whose due date is this week, this month, or between two weeks ago and next month. Accepts: 0 (no due date), any, today, tomorrow, overdue, week, month, nextmonthandprevioustwo_weeks.

Link copied to clipboard
val epicId: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val iid: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Filter to a given type of issue. Valid values are issue incident test_case. (Introduced in GitLab 13.12)

Link copied to clipboard

Return issues with labels. Issues must have all labels to be returned. None lists all issues with no labels. Any lists all issues with at least one label. No+Label (Deprecated) lists all issues with no labels. Predefined names are case-insensitive.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The name or id of the project.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val weight: Int

Return issues with the specified weight. None returns issues with no weight assigned. Any returns issues with a weight assigned.