Azure DevOps Fields and Entities Available for Synchronization

    This page describes the reference of the entities and fields supported for synchronization from the Azure DevOps instance.

    You can also sync fields that you get from a REST API call. For more information, check How to sync work item fields obtained from through a REST API call?

    Fields Supported in Work Item Entity


    field namevariabletype
    1IdworkItem.idInt
    2KeyworkItem.keyString
    3TitleworkItem.summaryString
    4DescriptionworkItem.descriptionString
    5CommentsworkItem.commentsSet<Comment>
    6AttachmentsworkItem.attachmentsSet<Attachment>
    7TagsworkItem.labelsSet<Label>
    8PriorityworkItem.priorityPriority
    9AreaPathworkItem.areaPathString
    10IterationPathworkItem.iterationPathString
    11TeamProjectworkItem.projectProject
    12WorkItemTypeworkItem.typeType
    13StateworkItem.statusStatus
    14CreatedByworkItem.reporterUser
    15CreatedDateworkItem.createdDate
    16AssignedToworkItem.assigneeUser
    17ChangedDateworkItem.customKeys."Changed Date"String
    18SystemInfoworkItem."Microsoft.VSTS.TCM.SystemInfo"String
    19ReproStepsworkItem."Microsoft.VSTS.TCM.ReproSteps"String
    20SeverityworkItem."Microsoft.VSTS.TCM.Severity"String
    21Acceptance CriteriaworkItem."Microsoft.VSTS.Common.AcceptanceCriteria"String