Hi all, probably not the best set up. But I have issues that are "Parent Link" to issues in another project.
I have a Jira board and I want to quick filter the issues that are "Parent Link" to any issue in a certain project.
Happy to do this via script-runner if need be. But basically along the lines of:
Parent Link in ("Project = xxx")
//Thanks!
I'm not sure if I understand your question correctly, but if you are using Portfolio you do not need Groovy magic.
ScriptRunner provides portfolioChildrenOf and portfolioParentsOf JQL functions that should help you out.
Beautiful, portfolioChildrenOf was exactly what I needed. Thanks mate
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.