Source Code
Preparing search index...
The search index is not available
@resolution/jira-api-client
@resolution/jira-api-client
index
CreateWorkflowStatusDetails
Interface CreateWorkflowStatusDetails
The details of a transition status.
interface
CreateWorkflowStatusDetails
{
id
:
string
;
properties
?:
{
[
key
:
string
]
:
string
;
}
;
}
Index
Properties
id
properties?
Properties
id
id
:
string
The ID of the status.
Optional
properties
properties
?:
{
[
key
:
string
]
:
string
;
}
The properties of the status.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
properties
Source Code
@resolution/jira-api-client
Loading...
The details of a transition status.