WorkItemCreateConfiguration interface
Work item configuration creation payload
Properties
connector |
Serialized JSON object for detailed properties |
connector |
Unique connector id |
validate |
Boolean indicating validate only |
work |
Custom work item properties |
Property Details
connectorDataConfiguration
Serialized JSON object for detailed properties
connectorDataConfiguration?: string
Property Value
string
connectorId
Unique connector id
connectorId?: string
Property Value
string
validateOnly
Boolean indicating validate only
validateOnly?: boolean
Property Value
boolean
workItemProperties
Custom work item properties
workItemProperties?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for JavaScript