Customizing Work Item Process Template in Azure DevOps

Walia, Deepak 0 Reputation points
2023-12-26T21:18:59.4833333+00:00

We are currently using Azure DevOps OnPrem 2019 and looking to migrate to Azure DevOps Online. We have the following rule defined in our work item process template. It defaults dropdown values of field X based on the values of field Y. How do I set it up in Azure DevOps Online? In DevOps online it lets me set a value of field X based on field Y by defining a rule, but does not seem to have a way to restrict the values in the drop-down for field X. See XML from DevOps OnPrem 2019 below.

<FIELD name="X" refname="mydomain.X" type="String" reportable="dimension">
        <WHEN field="mydomain.Y" value="ABC">
          <ALLOWEDVALUES expanditems="true">
            <LISTITEM value="1" />
            <LISTITEM value="2" />
            <LISTITEM value="3" />
          </ALLOWEDVALUES>
        </WHEN>
        <WHEN field="mydomain.Y" value="Insurance">
          <ALLOWEDVALUES expanditems="true">
            <LISTITEM value="4" />
            <LISTITEM value="5" />
          </ALLOWEDVALUES>
        </WHEN>
      </FIELD>
Community Center | Not monitored
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-12-26T21:23:21.96+00:00

    Devops / TFS is not currently supported here on Q&A. The product group for Azure DevOps / TFS actively monitors questions over at
    https://developercommunity.visualstudio.com/report?space=21&entry=problem
    https://developercommunity.visualstudio.com/report?space=22&entry=problem
    https://azure.microsoft.com/en-in/support/devops/

    --please don't forget to close up the thread here by marking answer if the reply is helpful--

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.