次の方法で共有


WorkItemCreateConfiguration interface

作業項目構成の作成ペイロード

プロパティ

connectorDataConfiguration

詳細なプロパティのシリアル化された JSON オブジェクト

connectorId

一意のコネクタ ID

validateOnly

検証のみを示すブール値

workItemProperties

カスタム作業項目のプロパティ

プロパティの詳細

connectorDataConfiguration

詳細なプロパティのシリアル化された JSON オブジェクト

connectorDataConfiguration?: string

プロパティ値

string

connectorId

一意のコネクタ ID

connectorId?: string

プロパティ値

string

validateOnly

検証のみを示すブール値

validateOnly?: boolean

プロパティ値

boolean

workItemProperties

カスタム作業項目のプロパティ

workItemProperties?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}