Is it possible to have Link (the Links tab) in Work Item mandatory at the creation?
Hello,
This is a configuration question for RTC 6.0.2.
For some Work Item types like issue, task, we would like to have the link ‘Set Parent’ make mandatory at the WI creation (state "New").
Moreover, we would like to accept only one WI type like a Request.
Is it possible via a customization of the schema?
Thank you in advance
Regards
Pascal Jean
Accepted answer
If I am not wrong, you need to create your own server sided advisor to do this.
Comments
This is correct, Karthik.
Examples for advisors here: https://rsjazz.wordpress.com/?s=advisor
The examples hint the material to execute for preparation and set up. The same blog has also examples how to detect and follow links.
Note: this only works for work item links such as parent/child. CLM links like Tracks/contributes to don't trigger operation advisors.
One other answer
Thank you all for your prompt answers.
I'll look at the examples from https://rsjazz.wordpress.com/?s=advisor
Regards
Pascal Jean