You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I would like to be able to have a filter that shows my Roadmap issues in the same order as they appear on my plan. I am using ScriptRunner and have used the portfolioChildrenOf function to return both Initiatives and their children.
However if I order by RANK it doesn't respect the nesting I would see in the plan view. Instead I get a list of initiatives followed by a list of Epics. Is there a way to get back the ordering shown in the plan?
Hi @Barney Dalton,
I don't think that "native" filters can do that; JQL just doesn't have an understanding of parent/child relationships (outside of special function provided e.g. by ScriptRunner) and therefore won't apply the respective order.
May I ask what you ultimately trying to do with the filter? Perhaps there's other ways to achieve your goals.
I am trying to get an automated Excel/CSV extract of a plan. I have ended up extracting all the issues using the REST API and then re-creating the correct nesting within Python before saving to Excel.
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.