Choice Field Depending on Parent Choice Field
In Codebeamer 2.1.0.1, I have a tracker called "Input", a tracker called "Output", and a tracker called "Result" (names have been changed for sake of this question). Input has a downstream trace to both Output and Result and Output has a downstream trace to Result.
The Result has 2 choice fields for the relationships to Input and Output called Input Trace and Output Trace. The Output Trace also "depends on" the setting of Input Trace and the "union" is true.
When creating a Result item from scratch both of those trace fields will be empty. I can select the Input Trace values and the Output Trace list will be filtered accordingly and I can save the item.
However, I do also want to be able to create a downstream reference directly from an Output item using the "R+" button. This will automatically fill in the Output Trace field to the item from which I clicked the R+ button but the Input Trace field is empty. I cannot save the item as-is because of the depends on nature of the Output Trace field. I can manually select some upstream Input in the Input Trace field that is a parent of the Output item and that will satisfy the rules and I can save the new Result item.
Is there any way for the Input Trace field to also be filled in using the R+ gesture? It would require traversing the upstream references from the Output item and putting those in the list.







