2010 TFS Request - Compare Two Fields

Using TFS 2010. Creating a new query and in filters added a comparison between two similar types of fields, that is, the evaluation of the work <Remaining work.

The intended work is my custom int field, and the Remaining Work is the assembly in the TFS field. I can run a query that returns results, but when I try to save the query, I get the following error:

TF26210: "Remaining Job" is not a supported link field name. Saved queries can only use reference field names.

So, is it possible to compare two fields?

+4
source share
1 answer

Try using the < [Field] operator instead of <

: enter image description here

+5
source

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


All Articles