how to customize work item to have conditional fields ?
Requirement is to have 4 fields A B C and D in the customized work item.
Based on the selection of field A -> list of items in B related to A should be populated as the selection items in B drop down. user should have access to select multiple choice in field B.
like wise flow should go from A --> b --> C --> D. all are conditional queries.
The data populated in the field should be from the RTC repository database.
RTC 6.0.3
This requirement will help us in extending the use of RTC around multiple application in APAC NA and other Asia specific regions.
Accepted answer
What you described is just dependent enumerations, albeit multi-leveled.
https://jazz.net/help-dev/clm/topic/com.ibm.team.workitem.doc/topics/t_configuring_dependent_enumeration.html
You can check the below article for other options including Script Based Value Set.
https://jazz.net/wiki/bin/view/Main/AttributeCustomization
Comments
Thank you soo much, yes we know that everything is customizable in RTC but the hard part is for a new team to figure out and understand the terms that RTC uses for describing a new field or how the attribute is related to enumeraiton and customization ability of RTC.
Thank you for the help.