Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get the items in a quick filter that Parent Links to a certain project

Calvin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 11, 2023

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!

 

 

1 answer

1 accepted

0 votes
Answer accepted
Hauke Bruno Wollentin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 12, 2023

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.

Calvin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 13, 2023

Beautiful, portfolioChildrenOf was exactly what I needed. Thanks mate

Like Hauke Bruno Wollentin likes this

Suggest an answer

Log in or Sign up to answer