TFS: how to limit field integer value

2019-08-12 07:27发布

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!

标签: tfs
1条回答
ゆ 、 Hurt°
2楼-- · 2019-08-12 08:05

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
查看更多
登录 后发表回答