How to hide the setected value in the enumeration type?
Hi Team,
Is there is any possible to hide the selected value in the enumeration type attribute on particular states for a work item. For example, in a task work item, i have three literals(1,2,3), If literal 1 is selected on the initial state and it should not be visible on New, In Progress states and should visible on done state.
Is there is any way to do that?
Thanks
Krish
Is there is any possible to hide the selected value in the enumeration type attribute on particular states for a work item. For example, in a task work item, i have three literals(1,2,3), If literal 1 is selected on the initial state and it should not be visible on New, In Progress states and should visible on done state.
Is there is any way to do that?
Thanks
Krish
2 answers
Krish,
Hi - depending on your version of RTC you could look into using "Dependent Enumeration" but these do have limitations or you are into a script based validator. It really depends on how you want it to operate.
It's under Attribute Customizations - Value Set - Dependent Enumeration.
Good luck
Comments
Hi Matt Muller,
I am currently using 6.0.1,
For example, In a work item. I have created enumeration type attribute, in the enumeration attribute contain three value (A, B, C) if I have selected “A” value in that attribute on the initial state of that work item, in next two states (new, in progress) it should not be visible on that “A” value but I want visible on done state.