Exclude a work item type from being linked to another work item type.
I am hoping someone can help me out with this.
Assume we have 4 work item types. A, B, C & D. I want to be able to link(Related, parent, anything..) Type A with all the types (This is working). Type B must be linked only to A, C but NOT to D. Similarly C MUST link with every type and D MUST accept links only from A or C.
2 answers
there is no way to do this out of the box.. you would have to write a server side extension..
as has been previously mentioned, this could cause all sorts of problems, as one can change workitem types on the fly. so you could have a type with links (from when type A) that are not allowed (not type B) and never be able to edit the darned thing.
as has been previously mentioned, this could cause all sorts of problems, as one can change workitem types on the fly. so you could have a type with links (from when type A) that are not allowed (not type B) and never be able to edit the darned thing.