Jira.js - Jira Cloud API library
Preparing search index...
Version3Models
StatusCreateRequest
Interface StatusCreateRequest
Details of the statuses being created and their scope.
interface
StatusCreateRequest
{
scope
:
Version3Models
.
StatusScope
;
statuses
:
Version3Models
.
StatusCreate
[]
;
}
Hierarchy (
View Summary
)
StatusCreateRequest
Version3Parameters
.
CreateStatuses
Index
Properties
scope
statuses
Properties
scope
scope
:
Version3Models
.
StatusScope
statuses
statuses
:
Version3Models
.
StatusCreate
[]
Details of the statuses being created.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
scope
statuses
Jira.js - Jira Cloud API library
Loading...
Details of the statuses being created and their scope.