Automatic Requirement linking
Is there a way we can automatically control this in CLM?
Scenario : if selected value in the Resolution = Requirement Gap , it opens a window to force user to select the requirement artifact to link to the defect .....same as how a DUplicate resolution works where it force the user to select a dupplicate defect item before it saves
One answer
Since this is kind of custom business logic, there is nothing built into RTC. What you can do is create so called advisors that prevent saving if a condition they check for isn't fulfilled. These advisors/preconditions are Java Extensions that can be created for RTC. See https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ for how to get started with this.