How to block user stories from creation if parent link is not set?
There is a special requirement from our RTC user.
Need to prevent user story from creation until the LINKS section has the "Set Parent" with to a TYPE = feature, epic or work request.
IF trying to save a user story without correct parent link, have an alert message shown that Attribute " SET PARENT" not set and reject from saving.
Could you please help to guide us how to do such customization in RTC?
Is it possible to add such saving rule only when specific filed against subset are selected?
Thanks & Best regards,
Catherine
One answer
This is not easy to achieve. You will have to create a custom advisor. Follow https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ and doe the RTC Extensions Workshop to gain some experience. Then look at https://rsjazz.wordpress.com/ and search for advisors and the API to detect links etc.