Source Code
Preparing search index...
The search index is not available
@resolution/jira-api-client
@resolution/jira-api-client
index
FieldSchemeToFieldsPartialFailure
Interface FieldSchemeToFieldsPartialFailure
Partial failure result when updating field scheme to fields associations.
interface
FieldSchemeToFieldsPartialFailure
{
error
?:
string
;
fieldId
:
string
;
schemeId
:
number
;
success
:
boolean
;
workTypeIds
:
number
[]
;
}
Index
Properties
error?
field
Id
scheme
Id
success
work
Type
Ids
Properties
Optional
error
error
?:
string
field
Id
field
Id
:
string
scheme
Id
scheme
Id
:
number
success
success
:
boolean
work
Type
Ids
work
Type
Ids
:
number
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
field
Id
scheme
Id
success
work
Type
Ids
Source Code
@resolution/jira-api-client
Loading...
Partial failure result when updating field scheme to fields associations.