Hi...I know how to do the filters using PortfolioParentsOf and PortfolioChildrenOf. My question is regarding the sort order of the filter's results. Given the following hierarchy:
Theme
Initiative
Epic
Story
I would like my filter's results to display Theme and then all Initiatives under that particular Theme and then all Epics under that particular Initiative and then all Stories under that particular Epic. The issue is that Parent Link does not allow sorting. At the very least, I need to have Initiatives and then all Epics under that particular Initiative. How to accomplish that?
Thanks
Hi Tomas,
The only thing I can think of is... use another field to order. You could add a field with a sequential that is set based on themes, set the first initiative with a 1 in that field, and make a script post function.
Thinking quickly, the script could be something like filter themes, order by that field and +1 to the field in the creation of the new theme. Initiatives, epics and stories should get this value from the parent.
Hi Cristian...thank you for your reply. I will try your idea when I get a chance and LYK the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.