Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
WorkItemTrackingProcessDefinitionsApi
IWorkItemTrackingProcessDefinitionsApi
Interface IWorkItemTrackingProcessDefinitionsApi
interface
IWorkItemTrackingProcessDefinitionsApi
{
baseUrl
:
string
;
http
:
HttpClient
;
rest
:
RestClient
;
userAgent
:
string
;
vsoClient
:
VsoClient
;
addBehaviorToWorkItemType
(
behavior
:
WorkItemTypeBehavior
,
processId
:
string
,
witRefNameForBehaviors
:
string
,
)
:
Promise
<
WorkItemTypeBehavior
>
;
addControlToGroup
(
control
:
Control
,
processId
:
string
,
witRefName
:
string
,
groupId
:
string
,
)
:
Promise
<
Control
>
;
addFieldToWorkItemType
(
field
:
WorkItemTypeFieldModel2
,
processId
:
string
,
witRefNameForFields
:
string
,
)
:
Promise
<
WorkItemTypeFieldModel2
>
;
addGroup
(
group
:
Group
,
processId
:
string
,
witRefName
:
string
,
pageId
:
string
,
sectionId
:
string
,
)
:
Promise
<
Group
>
;
addPage
(
page
:
Page
,
processId
:
string
,
witRefName
:
string
)
:
Promise
<
Page
>
;
createAcceptHeader
(
type
:
string
,
apiVersion
?:
string
)
:
string
;
createBehavior
(
behavior
:
BehaviorCreateModel
,
processId
:
string
,
)
:
Promise
<
BehaviorModel
>
;
createField
(
field
:
FieldModel
,
processId
:
string
)
:
Promise
<
FieldModel
>
;
createList
(
picklist
:
PickListModel
)
:
Promise
<
PickListModel
>
;
createRequestOptions
(
type
:
string
,
apiVersion
?:
string
)
:
IRequestOptions
;
createStateDefinition
(
stateModel
:
WorkItemStateInputModel
,
processId
:
string
,
witRefName
:
string
,
)
:
Promise
<
WorkItemStateResultModel
>
;
createWorkItemType
(
workItemType
:
WorkItemTypeModel
,
processId
:
string
,
)
:
Promise
<
WorkItemTypeModel
>
;
deleteBehavior
(
processId
:
string
,
behaviorId
:
string
)
:
Promise
<
void
>
;
deleteList
(
listId
:
string
)
:
Promise
<
void
>
;
deleteStateDefinition
(
processId
:
string
,
witRefName
:
string
,
stateId
:
string
,
)
:
Promise
<
void
>
;
deleteWorkItemType
(
processId
:
string
,
witRefName
:
string
)
:
Promise
<
void
>
;
editControl
(
control
:
Control
,
processId
:
string
,
witRefName
:
string
,
groupId
:
string
,
controlId
:
string
,
)
:
Promise
<
Control
>
;
editGroup
(
group
:
Group
,
processId
:
string
,
witRefName
:
string
,
pageId
:
string
,
sectionId
:
string
,
groupId
:
string
,
)
:
Promise
<
Group
>
;
editPage
(
page
:
Page
,
processId
:
string
,
witRefName
:
string
)
:
Promise
<
Page
>
;
formatResponse
(
data
:
any
,
responseTypeMetadata
:
any
,
isCollection
:
boolean
,
)
:
any
;
getBehavior
(
processId
:
string
,
behaviorId
:
string
)
:
Promise
<
BehaviorModel
>
;
getBehaviorForWorkItemType
(
processId
:
string
,
witRefNameForBehaviors
:
string
,
behaviorRefName
:
string
,
)
:
Promise
<
WorkItemTypeBehavior
>
;
getBehaviors
(
processId
:
string
)
:
Promise
<
BehaviorModel
[]
>
;
getBehaviorsForWorkItemType
(
processId
:
string
,
witRefNameForBehaviors
:
string
,
)
:
Promise
<
WorkItemTypeBehavior
[]
>
;
getFormLayout
(
processId
:
string
,
witRefName
:
string
)
:
Promise
<
FormLayout
>
;
getList
(
listId
:
string
)
:
Promise
<
PickListModel
>
;
getListsMetadata
()
:
Promise
<
PickListMetadataModel
[]
>
;
getStateDefinition
(
processId
:
string
,
witRefName
:
string
,
stateId
:
string
,
)
:
Promise
<
WorkItemStateResultModel
>
;
getStateDefinitions
(
processId
:
string
,
witRefName
:
string
,
)
:
Promise
<
WorkItemStateResultModel
[]
>
;
getWorkItemType
(
processId
:
string
,
witRefName
:
string
,
expand
?:
GetWorkItemTypeExpand
,
)
:
Promise
<
WorkItemTypeModel
>
;
getWorkItemTypeField
(
processId
:
string
,
witRefNameForFields
:
string
,
fieldRefName
:
string
,
)
:
Promise
<
WorkItemTypeFieldModel2
>
;
getWorkItemTypeFields
(
processId
:
string
,
witRefNameForFields
:
string
,
)
:
Promise
<
WorkItemTypeFieldModel2
[]
>
;
getWorkItemTypes
(
processId
:
string
,
expand
?:
GetWorkItemTypeExpand
,
)
:
Promise
<
WorkItemTypeModel
[]
>
;
hideStateDefinition
(
hideStateModel
:
HideStateModel
,
processId
:
string
,
witRefName
:
string
,
stateId
:
string
,
)
:
Promise
<
WorkItemStateResultModel
>
;
removeBehaviorFromWorkItemType
(
processId
:
string
,
witRefNameForBehaviors
:
string
,
behaviorRefName
:
string
,
)
:
Promise
<
void
>
;
removeControlFromGroup
(
processId
:
string
,
witRefName
:
string
,
groupId
:
string
,
controlId
:
string
,
)
:
Promise
<
void
>
;
removeFieldFromWorkItemType
(
processId
:
string
,
witRefNameForFields
:
string
,
fieldRefName
:
string
,
)
:
Promise
<
void
>
;
removeGroup
(
processId
:
string
,
witRefName
:
string
,
pageId
:
string
,
sectionId
:
string
,
groupId
:
string
,
)
:
Promise
<
void
>
;
removePage
(
processId
:
string
,
witRefName
:
string
,
pageId
:
string
,
)
:
Promise
<
void
>
;
replaceBehavior
(
behaviorData
:
BehaviorReplaceModel
,
processId
:
string
,
behaviorId
:
string
,
)
:
Promise
<
BehaviorModel
>
;
setControlInGroup
(
control
:
Control
,
processId
:
string
,
witRefName
:
string
,
groupId
:
string
,
controlId
:
string
,
removeFromGroupId
?:
string
,
)
:
Promise
<
Control
>
;
setGroupInPage
(
group
:
Group
,
processId
:
string
,
witRefName
:
string
,
pageId
:
string
,
sectionId
:
string
,
groupId
:
string
,
removeFromPageId
:
string
,
removeFromSectionId
:
string
,
)
:
Promise
<
Group
>
;
setGroupInSection
(
group
:
Group
,
processId
:
string
,
witRefName
:
string
,
pageId
:
string
,
sectionId
:
string
,
groupId
:
string
,
removeFromSectionId
:
string
,
)
:
Promise
<
Group
>
;
updateBehaviorToWorkItemType
(
behavior
:
WorkItemTypeBehavior
,
processId
:
string
,
witRefNameForBehaviors
:
string
,
)
:
Promise
<
WorkItemTypeBehavior
>
;
updateField
(
field
:
FieldUpdate
,
processId
:
string
)
:
Promise
<
FieldModel
>
;
updateList
(
picklist
:
PickListModel
,
listId
:
string
)
:
Promise
<
PickListModel
>
;
updateStateDefinition
(
stateModel
:
WorkItemStateInputModel
,
processId
:
string
,
witRefName
:
string
,
stateId
:
string
,
)
:
Promise
<
WorkItemStateResultModel
>
;
updateWorkItemType
(
workItemTypeUpdate
:
WorkItemTypeUpdateModel
,
processId
:
string
,
witRefName
:
string
,
)
:
Promise
<
WorkItemTypeModel
>
;
updateWorkItemTypeField
(
field
:
WorkItemTypeFieldModel2
,
processId
:
string
,
witRefNameForFields
:
string
,
)
:
Promise
<
WorkItemTypeFieldModel2
>
;
}
Hierarchy (
View Summary
)
ClientApiBase
IWorkItemTrackingProcessDefinitionsApi
Implemented by
WorkItemTrackingProcessDefinitionsApi
Index
Properties
base
Url
http
rest
user
Agent
vso
Client
Methods
add
Behavior
To
Work
Item
Type
add
Control
To
Group
add
Field
To
Work
Item
Type
add
Group
add
Page
create
Accept
Header
create
Behavior
create
Field
create
List
create
Request
Options
create
State
Definition
create
Work
Item
Type
delete
Behavior
delete
List
delete
State
Definition
delete
Work
Item
Type
edit
Control
edit
Group
edit
Page
format
Response
get
Behavior
get
Behavior
For
Work
Item
Type
get
Behaviors
get
Behaviors
For
Work
Item
Type
get
Form
Layout
get
List
get
Lists
Metadata
get
State
Definition
get
State
Definitions
get
Work
Item
Type
get
Work
Item
Type
Field
get
Work
Item
Type
Fields
get
Work
Item
Types
hide
State
Definition
remove
Behavior
From
Work
Item
Type
remove
Control
From
Group
remove
Field
From
Work
Item
Type
remove
Group
remove
Page
replace
Behavior
set
Control
In
Group
set
Group
In
Page
set
Group
In
Section
update
Behavior
To
Work
Item
Type
update
Field
update
List
update
State
Definition
update
Work
Item
Type
update
Work
Item
Type
Field
Properties
base
Url
baseUrl
:
string
http
http
:
HttpClient
rest
rest
:
RestClient
user
Agent
userAgent
:
string
vso
Client
vsoClient
:
VsoClient
Methods
add
Behavior
To
Work
Item
Type
addBehaviorToWorkItemType
(
behavior
:
WorkItemTypeBehavior
,
processId
:
string
,
witRefNameForBehaviors
:
string
,
)
:
Promise
<
WorkItemTypeBehavior
>
Parameters
behavior
:
WorkItemTypeBehavior
processId
:
string
witRefNameForBehaviors
:
string
Returns
Promise
<
WorkItemTypeBehavior
>
add
Control
To
Group
addControlToGroup
(
control
:
Control
,
processId
:
string
,
witRefName
:
string
,
groupId
:
string
,
)
:
Promise
<
Control
>
Parameters
control
:
Control
processId
:
string
witRefName
:
string
groupId
:
string
Returns
Promise
<
Control
>
add
Field
To
Work
Item
Type
addFieldToWorkItemType
(
field
:
WorkItemTypeFieldModel2
,
processId
:
string
,
witRefNameForFields
:
string
,
)
:
Promise
<
WorkItemTypeFieldModel2
>
Parameters
field
:
WorkItemTypeFieldModel2
processId
:
string
witRefNameForFields
:
string
Returns
Promise
<
WorkItemTypeFieldModel2
>
add
Group
addGroup
(
group
:
Group
,
processId
:
string
,
witRefName
:
string
,
pageId
:
string
,
sectionId
:
string
,
)
:
Promise
<
Group
>
Parameters
group
:
Group
processId
:
string
witRefName
:
string
pageId
:
string
sectionId
:
string
Returns
Promise
<
Group
>
add
Page
addPage
(
page
:
Page
,
processId
:
string
,
witRefName
:
string
)
:
Promise
<
Page
>
Parameters
page
:
Page
processId
:
string
witRefName
:
string
Returns
Promise
<
Page
>
create
Accept
Header
createAcceptHeader
(
type
:
string
,
apiVersion
?:
string
)
:
string
Parameters
type
:
string
Optional
apiVersion
:
string
Returns
string
create
Behavior
createBehavior
(
behavior
:
BehaviorCreateModel
,
processId
:
string
,
)
:
Promise
<
BehaviorModel
>
Parameters
behavior
:
BehaviorCreateModel
processId
:
string
Returns
Promise
<
BehaviorModel
>
create
Field
createField
(
field
:
FieldModel
,
processId
:
string
)
:
Promise
<
FieldModel
>
Parameters
field
:
FieldModel
processId
:
string
Returns
Promise
<
FieldModel
>
create
List
createList
(
picklist
:
PickListModel
)
:
Promise
<
PickListModel
>
Parameters
picklist
:
PickListModel
Returns
Promise
<
PickListModel
>
create
Request
Options
createRequestOptions
(
type
:
string
,
apiVersion
?:
string
)
:
IRequestOptions
Parameters
type
:
string
Optional
apiVersion
:
string
Returns
IRequestOptions
create
State
Definition
createStateDefinition
(
stateModel
:
WorkItemStateInputModel
,
processId
:
string
,
witRefName
:
string
,
)
:
Promise
<
WorkItemStateResultModel
>
Parameters
stateModel
:
WorkItemStateInputModel
processId
:
string
witRefName
:
string
Returns
Promise
<
WorkItemStateResultModel
>
create
Work
Item
Type
createWorkItemType
(
workItemType
:
WorkItemTypeModel
,
processId
:
string
,
)
:
Promise
<
WorkItemTypeModel
>
Parameters
workItemType
:
WorkItemTypeModel
processId
:
string
Returns
Promise
<
WorkItemTypeModel
>
delete
Behavior
deleteBehavior
(
processId
:
string
,
behaviorId
:
string
)
:
Promise
<
void
>
Parameters
processId
:
string
behaviorId
:
string
Returns
Promise
<
void
>
delete
List
deleteList
(
listId
:
string
)
:
Promise
<
void
>
Parameters
listId
:
string
Returns
Promise
<
void
>
delete
State
Definition
deleteStateDefinition
(
processId
:
string
,
witRefName
:
string
,
stateId
:
string
,
)
:
Promise
<
void
>
Parameters
processId
:
string
witRefName
:
string
stateId
:
string
Returns
Promise
<
void
>
delete
Work
Item
Type
deleteWorkItemType
(
processId
:
string
,
witRefName
:
string
)
:
Promise
<
void
>
Parameters
processId
:
string
witRefName
:
string
Returns
Promise
<
void
>
edit
Control
editControl
(
control
:
Control
,
processId
:
string
,
witRefName
:
string
,
groupId
:
string
,
controlId
:
string
,
)
:
Promise
<
Control
>
Parameters
control
:
Control
processId
:
string
witRefName
:
string
groupId
:
string
controlId
:
string
Returns
Promise
<
Control
>
edit
Group
editGroup
(
group
:
Group
,
processId
:
string
,
witRefName
:
string
,
pageId
:
string
,
sectionId
:
string
,
groupId
:
string
,
)
:
Promise
<
Group
>
Parameters
group
:
Group
processId
:
string
witRefName
:
string
pageId
:
string
sectionId
:
string
groupId
:
string
Returns
Promise
<
Group
>
edit
Page
editPage
(
page
:
Page
,
processId
:
string
,
witRefName
:
string
)
:
Promise
<
Page
>
Parameters
page
:
Page
processId
:
string
witRefName
:
string
Returns
Promise
<
Page
>
format
Response
formatResponse
(
data
:
any
,
responseTypeMetadata
:
any
,
isCollection
:
boolean
)
:
any
Parameters
data
:
any
responseTypeMetadata
:
any
isCollection
:
boolean
Returns
any
get
Behavior
getBehavior
(
processId
:
string
,
behaviorId
:
string
)
:
Promise
<
BehaviorModel
>
Parameters
processId
:
string
behaviorId
:
string
Returns
Promise
<
BehaviorModel
>
get
Behavior
For
Work
Item
Type
getBehaviorForWorkItemType
(
processId
:
string
,
witRefNameForBehaviors
:
string
,
behaviorRefName
:
string
,
)
:
Promise
<
WorkItemTypeBehavior
>
Parameters
processId
:
string
witRefNameForBehaviors
:
string
behaviorRefName
:
string
Returns
Promise
<
WorkItemTypeBehavior
>
get
Behaviors
getBehaviors
(
processId
:
string
)
:
Promise
<
BehaviorModel
[]
>
Parameters
processId
:
string
Returns
Promise
<
BehaviorModel
[]
>
get
Behaviors
For
Work
Item
Type
getBehaviorsForWorkItemType
(
processId
:
string
,
witRefNameForBehaviors
:
string
,
)
:
Promise
<
WorkItemTypeBehavior
[]
>
Parameters
processId
:
string
witRefNameForBehaviors
:
string
Returns
Promise
<
WorkItemTypeBehavior
[]
>
get
Form
Layout
getFormLayout
(
processId
:
string
,
witRefName
:
string
)
:
Promise
<
FormLayout
>
Parameters
processId
:
string
witRefName
:
string
Returns
Promise
<
FormLayout
>
get
List
getList
(
listId
:
string
)
:
Promise
<
PickListModel
>
Parameters
listId
:
string
Returns
Promise
<
PickListModel
>
get
Lists
Metadata
getListsMetadata
()
:
Promise
<
PickListMetadataModel
[]
>
Returns
Promise
<
PickListMetadataModel
[]
>
get
State
Definition
getStateDefinition
(
processId
:
string
,
witRefName
:
string
,
stateId
:
string
,
)
:
Promise
<
WorkItemStateResultModel
>
Parameters
processId
:
string
witRefName
:
string
stateId
:
string
Returns
Promise
<
WorkItemStateResultModel
>
get
State
Definitions
getStateDefinitions
(
processId
:
string
,
witRefName
:
string
,
)
:
Promise
<
WorkItemStateResultModel
[]
>
Parameters
processId
:
string
witRefName
:
string
Returns
Promise
<
WorkItemStateResultModel
[]
>
get
Work
Item
Type
getWorkItemType
(
processId
:
string
,
witRefName
:
string
,
expand
?:
GetWorkItemTypeExpand
,
)
:
Promise
<
WorkItemTypeModel
>
Parameters
processId
:
string
witRefName
:
string
Optional
expand
:
GetWorkItemTypeExpand
Returns
Promise
<
WorkItemTypeModel
>
get
Work
Item
Type
Field
getWorkItemTypeField
(
processId
:
string
,
witRefNameForFields
:
string
,
fieldRefName
:
string
,
)
:
Promise
<
WorkItemTypeFieldModel2
>
Parameters
processId
:
string
witRefNameForFields
:
string
fieldRefName
:
string
Returns
Promise
<
WorkItemTypeFieldModel2
>
get
Work
Item
Type
Fields
getWorkItemTypeFields
(
processId
:
string
,
witRefNameForFields
:
string
,
)
:
Promise
<
WorkItemTypeFieldModel2
[]
>
Parameters
processId
:
string
witRefNameForFields
:
string
Returns
Promise
<
WorkItemTypeFieldModel2
[]
>
get
Work
Item
Types
getWorkItemTypes
(
processId
:
string
,
expand
?:
GetWorkItemTypeExpand
,
)
:
Promise
<
WorkItemTypeModel
[]
>
Parameters
processId
:
string
Optional
expand
:
GetWorkItemTypeExpand
Returns
Promise
<
WorkItemTypeModel
[]
>
hide
State
Definition
hideStateDefinition
(
hideStateModel
:
HideStateModel
,
processId
:
string
,
witRefName
:
string
,
stateId
:
string
,
)
:
Promise
<
WorkItemStateResultModel
>
Parameters
hideStateModel
:
HideStateModel
processId
:
string
witRefName
:
string
stateId
:
string
Returns
Promise
<
WorkItemStateResultModel
>
remove
Behavior
From
Work
Item
Type
removeBehaviorFromWorkItemType
(
processId
:
string
,
witRefNameForBehaviors
:
string
,
behaviorRefName
:
string
,
)
:
Promise
<
void
>
Parameters
processId
:
string
witRefNameForBehaviors
:
string
behaviorRefName
:
string
Returns
Promise
<
void
>
remove
Control
From
Group
removeControlFromGroup
(
processId
:
string
,
witRefName
:
string
,
groupId
:
string
,
controlId
:
string
,
)
:
Promise
<
void
>
Parameters
processId
:
string
witRefName
:
string
groupId
:
string
controlId
:
string
Returns
Promise
<
void
>
remove
Field
From
Work
Item
Type
removeFieldFromWorkItemType
(
processId
:
string
,
witRefNameForFields
:
string
,
fieldRefName
:
string
,
)
:
Promise
<
void
>
Parameters
processId
:
string
witRefNameForFields
:
string
fieldRefName
:
string
Returns
Promise
<
void
>
remove
Group
removeGroup
(
processId
:
string
,
witRefName
:
string
,
pageId
:
string
,
sectionId
:
string
,
groupId
:
string
,
)
:
Promise
<
void
>
Parameters
processId
:
string
witRefName
:
string
pageId
:
string
sectionId
:
string
groupId
:
string
Returns
Promise
<
void
>
remove
Page
removePage
(
processId
:
string
,
witRefName
:
string
,
pageId
:
string
)
:
Promise
<
void
>
Parameters
processId
:
string
witRefName
:
string
pageId
:
string
Returns
Promise
<
void
>
replace
Behavior
replaceBehavior
(
behaviorData
:
BehaviorReplaceModel
,
processId
:
string
,
behaviorId
:
string
,
)
:
Promise
<
BehaviorModel
>
Parameters
behaviorData
:
BehaviorReplaceModel
processId
:
string
behaviorId
:
string
Returns
Promise
<
BehaviorModel
>
set
Control
In
Group
setControlInGroup
(
control
:
Control
,
processId
:
string
,
witRefName
:
string
,
groupId
:
string
,
controlId
:
string
,
removeFromGroupId
?:
string
,
)
:
Promise
<
Control
>
Parameters
control
:
Control
processId
:
string
witRefName
:
string
groupId
:
string
controlId
:
string
Optional
removeFromGroupId
:
string
Returns
Promise
<
Control
>
set
Group
In
Page
setGroupInPage
(
group
:
Group
,
processId
:
string
,
witRefName
:
string
,
pageId
:
string
,
sectionId
:
string
,
groupId
:
string
,
removeFromPageId
:
string
,
removeFromSectionId
:
string
,
)
:
Promise
<
Group
>
Parameters
group
:
Group
processId
:
string
witRefName
:
string
pageId
:
string
sectionId
:
string
groupId
:
string
removeFromPageId
:
string
removeFromSectionId
:
string
Returns
Promise
<
Group
>
set
Group
In
Section
setGroupInSection
(
group
:
Group
,
processId
:
string
,
witRefName
:
string
,
pageId
:
string
,
sectionId
:
string
,
groupId
:
string
,
removeFromSectionId
:
string
,
)
:
Promise
<
Group
>
Parameters
group
:
Group
processId
:
string
witRefName
:
string
pageId
:
string
sectionId
:
string
groupId
:
string
removeFromSectionId
:
string
Returns
Promise
<
Group
>
update
Behavior
To
Work
Item
Type
updateBehaviorToWorkItemType
(
behavior
:
WorkItemTypeBehavior
,
processId
:
string
,
witRefNameForBehaviors
:
string
,
)
:
Promise
<
WorkItemTypeBehavior
>
Parameters
behavior
:
WorkItemTypeBehavior
processId
:
string
witRefNameForBehaviors
:
string
Returns
Promise
<
WorkItemTypeBehavior
>
update
Field
updateField
(
field
:
FieldUpdate
,
processId
:
string
)
:
Promise
<
FieldModel
>
Parameters
field
:
FieldUpdate
processId
:
string
Returns
Promise
<
FieldModel
>
update
List
updateList
(
picklist
:
PickListModel
,
listId
:
string
)
:
Promise
<
PickListModel
>
Parameters
picklist
:
PickListModel
listId
:
string
Returns
Promise
<
PickListModel
>
update
State
Definition
updateStateDefinition
(
stateModel
:
WorkItemStateInputModel
,
processId
:
string
,
witRefName
:
string
,
stateId
:
string
,
)
:
Promise
<
WorkItemStateResultModel
>
Parameters
stateModel
:
WorkItemStateInputModel
processId
:
string
witRefName
:
string
stateId
:
string
Returns
Promise
<
WorkItemStateResultModel
>
update
Work
Item
Type
updateWorkItemType
(
workItemTypeUpdate
:
WorkItemTypeUpdateModel
,
processId
:
string
,
witRefName
:
string
,
)
:
Promise
<
WorkItemTypeModel
>
Parameters
workItemTypeUpdate
:
WorkItemTypeUpdateModel
processId
:
string
witRefName
:
string
Returns
Promise
<
WorkItemTypeModel
>
update
Work
Item
Type
Field
updateWorkItemTypeField
(
field
:
WorkItemTypeFieldModel2
,
processId
:
string
,
witRefNameForFields
:
string
,
)
:
Promise
<
WorkItemTypeFieldModel2
>
Parameters
field
:
WorkItemTypeFieldModel2
processId
:
string
witRefNameForFields
:
string
Returns
Promise
<
WorkItemTypeFieldModel2
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Url
http
rest
user
Agent
vso
Client
Methods
add
Behavior
To
Work
Item
Type
add
Control
To
Group
add
Field
To
Work
Item
Type
add
Group
add
Page
create
Accept
Header
create
Behavior
create
Field
create
List
create
Request
Options
create
State
Definition
create
Work
Item
Type
delete
Behavior
delete
List
delete
State
Definition
delete
Work
Item
Type
edit
Control
edit
Group
edit
Page
format
Response
get
Behavior
get
Behavior
For
Work
Item
Type
get
Behaviors
get
Behaviors
For
Work
Item
Type
get
Form
Layout
get
List
get
Lists
Metadata
get
State
Definition
get
State
Definitions
get
Work
Item
Type
get
Work
Item
Type
Field
get
Work
Item
Type
Fields
get
Work
Item
Types
hide
State
Definition
remove
Behavior
From
Work
Item
Type
remove
Control
From
Group
remove
Field
From
Work
Item
Type
remove
Group
remove
Page
replace
Behavior
set
Control
In
Group
set
Group
In
Page
set
Group
In
Section
update
Behavior
To
Work
Item
Type
update
Field
update
List
update
State
Definition
update
Work
Item
Type
update
Work
Item
Type
Field
azure-devops-node-api
Loading...