Forums

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

using a filter in a jql function

Markus Schlayer September 29, 2023

I like to find all parent links of stories in the actual sprint. First step is searching for stories in the actual sprint: 

project = "xyz" AND issuetype = Story AND sprint in openSprints()

Bring back a list of stories. I created a filter (MyFilter) for this jql and try to do something like 

project = xyz and issue in parentIssuesOf("MyFilter")

 But it does not work. Seems parentIssuesOf expecting exactly 1 key. Are there any workarounds for that?

2 answers

1 vote
Kian Stack Mumo Systems
Community Champion
September 29, 2023

@Markus Schlayer

 

You would need to use a plugin like Enhanced Search for Jira.

0 votes
Charlotte Santos -Appfire-
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.
October 2, 2023

Hi @Markus Schlayer

I’m Charlotte, a support engineer at Appfire and I’m here to help you.

Unfortunately, using vanilla JQL, you’ll not be able to do it dynamically.

In the app where my team works, JQL Search Extensions for Jira, you can use this query to find the parents of stories in the actual sprint:

issue in epicsOfChildrenInQuery("project = XYZ AND type = story AND sprint in openSprints()") 

Please contact our support if you have any other questions about this query.

We’ll be happy to help you!

Best regards,

Charlotte

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events