Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IssueWithMeta

Issue with meta information

Hierarchy

Index

Properties

$branchExists

$branchExists: boolean

$closed

$closed: boolean

$labels

$labels: Array<object>

$mergeRequestUrl

$mergeRequestUrl: string

$project

$project: string

$weeksOpen

$weeksOpen: number

assignee

assignee: User

assignees

assignees: User[]

author

author: User

closed_at

closed_at: string | null

confidential

confidential: boolean

created_at

created_at: string

description

description: string | null

discussion_locked

discussion_locked: boolean | null

downvotes

downvotes: number

due_date

due_date: string | null

id

id: number

iid

iid: number

labels

labels: string[]

milestone

milestone: Milestone | null

project_id

project_id: number

state

state: IssueState

time_stats

time_stats: object

Type declaration

  • human_time_estimate: number | null
  • human_total_time_spent: number | null
  • time_estimate: number
  • total_time_spent: number

title

title: string

updated_at

updated_at: string

upvotes

upvotes: number

user_notes_count

user_notes_count: number

web_url

web_url: string

Generated using TypeDoc