Dynamic Multi-Select Lists
Is it possible to set up dynamic multi-select lists?
e.g. If I have 'Item's 1, 2, 3 and 4 and 'Subitem's 1A, 1B, 1C, 1D, 2A, 2B ... 4D
I want to be able to select Items 1 and 3 and for the available Subitems to be 1A, 1B, 1C, 1D, 3A, 3B, 3C and 3D. I then want to be able to select multiple Subitems as well.
Can this be done?
This is for systems/subsystems affected by a defect, so I want to be able to select any number of systems and any number of subsystems, but only valid combinations. So I don't want a defect affecting System 1 and Subsystem 2A ..
Many Thanks,
Robin
e.g. If I have 'Item's 1, 2, 3 and 4 and 'Subitem's 1A, 1B, 1C, 1D, 2A, 2B ... 4D
I want to be able to select Items 1 and 3 and for the available Subitems to be 1A, 1B, 1C, 1D, 3A, 3B, 3C and 3D. I then want to be able to select multiple Subitems as well.
Can this be done?
This is for systems/subsystems affected by a defect, so I want to be able to select any number of systems and any number of subsystems, but only valid combinations. So I don't want a defect affecting System 1 and Subsystem 2A ..
Many Thanks,
Robin
4 answers
Yes, this is possible
In the eclipse client, navigate to Project Configuration - Configuration Data - Work Items - Attribute Customization.
Click on "Add" and give your dependency a name, select the Category as "Value Sets" and the Type and "Dependent Enumerations"
You then need to specify your Source Enumeration and Dependent Enumeration.
Hope this helps
Brad
In the eclipse client, navigate to Project Configuration - Configuration Data - Work Items - Attribute Customization.
Click on "Add" and give your dependency a name, select the Category as "Value Sets" and the Type and "Dependent Enumerations"
You then need to specify your Source Enumeration and Dependent Enumeration.
Hope this helps
Brad