Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,274
Community Members
 
Community Events
184
Community Groups

combine Epic link and jira filter

How can i fetch all the stories and sub task's Epic link to filter  "Filter1") 

Below JQL doesn't work

issuetype in (Story, Sub-task) AND ( "Epic Link" in (filter = "Filter1" ))

 

2 answers

1 accepted

1 vote
Answer accepted
Radek Dostál
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.
Dec 18, 2020 • edited

"Epic Link" in ('') expects issue keys, e.g. "Epic Link" in ('KEY-2', 'KEY-5')

 

Filters do not return issue keys so this will never work in JQL. You would need more "sophisticated" functions such as 'issueFunction in linkedIssuesOf('project= EPICPROJ', 'is Epic of')'

 

Such functions are specifically tailored to find you linked issues of an Epic based on a "subquery". (Above example is from ScriptRunner plugin out of box JQL function).

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Dec 18, 2020

Consider using the ParentEpic JQL function if you have a specific list of epics....

parentEpic = test-40

returns...

parentepic.png

Katharina
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Mar 29, 2023

I tried parentEpic and I get an error message that this doesn't exist, can you help me with this?

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 29, 2023

Hi @Katharina , it could be that you are working with a Team managed project. In which case you can simply use Parent. Feel free to share a sr of your JQL and error if you need further assistance.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events