开发者

TFS: how to limit field integer value

开发者 https://www.devze.com 2023-02-03 03:04 出处:网络
There are two integer fields (\'lowest\' and \'highest\') in TFS work item. Is there any possibility to limit the value of the \'lowest\'to be not greater that value of the \'highest\'开发者_运维问答?

There are two integer fields ('lowest' and 'highest') in TFS work item. Is there any possibility to limit the value of the 'lowest' to be not greater that value of the 'highest'开发者_运维问答?

Thanks a lot!


It is not possible to do this sort of comparison in TFS Work Items.

This MSDN page lists the available work item rules.

  • REQUIRED
  • READONLY
  • EMPTY
  • FROZEN
  • CANNOTLOSEVALUE
  • NOTSAMEAS
  • VALIDUSER
  • ALLOWEXISTINGVALUE
  • MATCH
  • ALLOWEDVALUES
  • SUGGESTEDVALUES
  • PROHIBITEDVALUES
  • DEFAULT
  • COPY
  • SERVERDEFAULT
0

精彩评论

暂无评论...
验证码 换一张
取 消