Get Project Issue Result
data class GetProjectIssueResult(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 id: 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<GetProjectIssueTaskCompletionStatus>, val timeEstimate: Int, val title: String, val totalTimeSpent: Int, val updatedAt: String, val upvotes: Int, val userNotesCount: Int, val webUrl: String, val weight: Int)
A collection of values returned by getProjectIssue.
Constructors
Link copied to clipboard
fun GetProjectIssueResult(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, id: 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<GetProjectIssueTaskCompletionStatus>, timeEstimate: Int, title: String, totalTimeSpent: Int, updatedAt: String, upvotes: Int, userNotesCount: Int, webUrl: String, weight: Int)
Types
Properties
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard