Search
Preparing search index...
The search index is not available
dcs-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
dcs-js
Issue
Interface Issue
Issue represents an issue in a repository
export
interface
Issue
Hierarchy
Issue
Index
Properties
assignee
assignees
body
closed_
at
comments
created_
at
due_
date
html_
url
id
is_
locked
labels
milestone
number
original_
author
original_
author_
id
pull_
request
ref
repository
state
title
updated_
at
url
user
Properties
Optional
assignee
assignee
?:
User
memberof
Issue
Optional
assignees
assignees
?:
User
[]
memberof
Issue
Optional
body
body
?:
string
memberof
Issue
Optional
closed_
at
closed_
at
?:
string
memberof
Issue
Optional
comments
comments
?:
number
memberof
Issue
Optional
created_
at
created_
at
?:
string
memberof
Issue
Optional
due_
date
due_
date
?:
string
memberof
Issue
Optional
html_
url
html_
url
?:
string
memberof
Issue
Optional
id
id
?:
number
memberof
Issue
Optional
is_
locked
is_
locked
?:
boolean
memberof
Issue
Optional
labels
labels
?:
Label
[]
memberof
Issue
Optional
milestone
milestone
?:
Milestone
memberof
Issue
Optional
number
number
?:
number
memberof
Issue
Optional
original_
author
original_
author
?:
string
memberof
Issue
Optional
original_
author_
id
original_
author_
id
?:
number
memberof
Issue
Optional
pull_
request
pull_
request
?:
PullRequestMeta
memberof
Issue
Optional
ref
ref
?:
string
memberof
Issue
Optional
repository
repository
?:
RepositoryMeta
memberof
Issue
Optional
state
state
?:
string
StateType issue state type
memberof
Issue
Optional
title
title
?:
string
memberof
Issue
Optional
updated_
at
updated_
at
?:
string
memberof
Issue
Optional
url
url
?:
string
memberof
Issue
Optional
user
user
?:
User
memberof
Issue
Exports
Issue
assignee
assignees
body
closed_
at
comments
created_
at
due_
date
html_
url
id
is_
locked
labels
milestone
number
original_
author
original_
author_
id
pull_
request
ref
repository
state
title
updated_
at
url
user
Generated using
TypeDoc
Issue represents an issue in a repository
Issue