tfs - How to create rules between parent and child work items -


we trying impose couple of rules on our project , can tell if possible do? , if yes should start on this?

one of example rule

deliverable can’t closed non-closed children.

  • this means in resolved state child item block closing deliverable.
  • this should apply parent child link types only
  • this apply deliverable parent , type of valid child

there 2 ways can this.

  1. server-side: can add plugin tfs, changes workitems. example tfsaggregator. won't have solution specific problem, can show how change work items on server side. shouldn't big problem add case. problem solution is, changes workitem after has been saved. user still able close child, server re-open it.

  2. client-side: second solution custom control, can implemented in witd of work item. can invisible control, adds validation. can find examples here. downside of solution? have install custom control on every single client uses visual studio , may have develop specific version web-access.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -