Azure DevOps · Example Payload

Azure Devops Work Items Work Item Field Example

AzureCI/CDDevOpsPipelinesWork Items

Azure Devops Work Items Work Item Field Example is an example object payload from Azure DevOps, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namereferenceNametypereadOnlyisQueryableisIdentity

Example Payload

Raw ↑
{
  "name": "Example Title",
  "referenceName": "example_value",
  "type": "example_value",
  "readOnly": true,
  "isQueryable": true,
  "isIdentity": true
}