EN
Español
English
Português
    DevOps Properties

    DevOps work item attribute names can be obtained with the following endpoints:

    1. Identify the different processes and select the one you want to integrate:
    https://[baseUrl]/[collection]/_apis/work/processes?$expand=projects&api-version=6.0
    
    1. Taking ownership [typeId], the following query will be performed to query and select the workItemType to be integrated
    https://[baseUrl]/[collection]/_apis/work/processes/[typeId]/workitemtypes?api-version=6.0
    
    1. querying fields according to workItemType, using the [name] of the workItemType
    https://[baseUrl]/[collection]/_apis/wit/workitemtypes/[name]/fields?api-version=6.0&$expand=all
    
    1. The value that is required to associate the DevOps fields in the configuration file is the value of the “referenceName” property


    Note: All of this information can be obtained directly from your DevOps platform


    Back to Case ↪ Settings

    Back to Project ↪ Settings

    Back to Model ↪ Settings