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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.