Azure DevOps REST API - How are Picklists associated with Field?
问题 I am trying to use rest to create fields and picklists, on the web site I created a field as type picklist String and added some items to the list: Rest url for field: https://dev.azure.com/{org}/_apis/work/processes/{processId}/workitemtypes/CMMI2.Bug/fields/Custom.AppType?api-version=5.0-preview.2 it is returning this: { referenceName: "Custom.AppType", name: "AppType", type: "string", description: "", url: "https://dev.azure.com/{org}/_apis/work/processes/bd96307e-3d16-44ac-b498