RTC: how to make mandatory the "Duplicate Of" link?
I need to enable this behavior in RTC (version 4.0.6):
Can this feature be re-activated?
- when a work item is closed with the action Duplicate (and the resolution Duplicate), the Duplicated Of link must be mandatory, and the work item save must fail if such a link is not provided
Can this feature be re-activated?
Accepted answer
Luca, since the validation is still hard-coded I found that changing the state id to that of the original workflow forces the check to happen ("r2" if I remember correctly).
Comments
2 other answers
We have never been able to get this to work for anything that we have customized and therefore, have written a custom Validator to check for this.
Comments
1 vote
the check for this is hard coded to the IBM workitem type ID.
I opened enhancement 242467 to move this function to an external function
I opened enhancement 242467 to move this function to an external function