How to create a new field using IterationPath as a data source

We want to expand the template of the element of work with an error with a new field Found in iteration . In this field, in which surprise, iteration should be contained, the error found. But when I created a new field of type TreePath , I got an error when importing a process template into the Team Project Collection (TPC), which states that TreePath is only a valid field type for IterationPath and AreaPath .

Looking at this, I am wondering if there is any way to add a field to a work item template that uses an iteration path as a data source and stores the selected value in another field (e.g. FoundInIteration ).

+6
source share
1 answer

It's impossible. You cannot configure fields of type TreePath or fields related to System.IterationPath .

+7
source

Source: https://habr.com/ru/post/905531/


All Articles