@theredspace/spp-client
Preparing search index...
IssueStage
Interface IssueStage
A phase in the issue-resolution workflow. Read-only.
interface
IssueStage
{
considered_closed
:
"0"
|
"1"
;
created
:
DateContainer
;
id
:
string
;
name
:
string
;
notes
?:
string
;
position
:
number
;
updated
:
DateContainer
;
}
Index
Properties
considered_
closed
created
id
name
notes?
position
updated
Properties
considered_
closed
considered_closed
:
"0"
|
"1"
created
created
:
DateContainer
id
id
:
string
name
name
:
string
Optional
notes
notes
?:
string
position
position
:
number
updated
updated
:
DateContainer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
considered_
closed
created
id
name
notes
position
updated
@theredspace/spp-client
Loading...
A phase in the issue-resolution workflow. Read-only.