EWM 7.0.2 - Plan View Groups - Custom "Category" attribute
I have a custom category-type attribute for work items.
Is there a way I can group work items in a plan view against the hierarchical category groups like the default "Filed Against" category groups?
Is there a way I can 'trick' com.ibm.team.apt.shared.ui.internal.structure.EnumerationGroupProvider in the config source to provide this?
thanks
2 answers
Could you maybe go the other way - store the values as a complete path, then use some Javascript to create a hierarchical valueset for your picker? So the selection during work item creation looks hierarchical but the actual value is a flat path that you can use for grouping later?
Just spitballing here...