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,557,440
Community Members
 
Community Events
184
Community Groups

JQL to get Stories linked to Epics of a specific Initiative

Chander Inguva
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.
May 16, 2017

Is it possible to get all Stories tied to Epic given an Initiative.

 

I was able to get this by two separate queries 

query 1: Using Parent Link = "XYZ" i got Epics linked to an initiative

query 2: Using Epic Link = "ABC" i got stories linked to Epic.

 

How to achieve this in a single query.

P.S: We use Script Runner as well

 

Thank You

Chander

3 answers

2 votes
Chander Inguva
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.
May 17, 2017 • edited

Well i figured it out how to get this using Script Runner

 

1. Save a filter which pulls all Epics of an Initiative (level higher than Epic) say "ListOfEpics" (the filter id for below filter was 22323)

issueFunction in hasLinks("is Epic of") AND "Parent Link" = PR-448


2. Using above query as a subquery, i could retrieve all stories involved in Epics

issueFunction in issuesInEpics("filter=22323")


Reference article

 

Hope this helps someone using Script Runner till Atlassian deploys a way to report against grand children for Portfolio issue types.

Feel free to correct my query or any thoughts in improving above method is appreciated.

 

Cheers

Chander

Christopher Heritage
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 26, 2017

Thank you for this! Awesome stuff. Based on your method, we figured out a way to use just one query.

issueFunction in issuesInEpics("'Parent Link' = XXX-##")

where XXX-## is your Initiative issue ID.

Like Michael Pavey likes this
Chander Inguva
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.
Jun 21, 2017

Glad that it helped you Christopher Heritage.

Cheers

Chander

@Chander Inguva  this was beautiful! 

2. Using above query as a subquery, i could retrieve all stories involved in Epics

issueFunction in issuesInEpics("filter=22323")

Thank you.  This was of great help

That helped me.

Taking into account using Script Runner plugin, I actually used like:

issueFunction in issuesInEpics("filter = 'my filter which returns epics'")

I wonder if each filter has it's id, or in your example it was just numeric name of the filter?

filter=22323

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events