The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • How to write a filter to show all the stories which is linked to the EPICs meeting specific req

How to write a filter to show all the stories which is linked to the EPICs meeting specific req

lingyun_yao
December 6, 2021

Looks like combine two filters together.

1. Filter all the EPICs meeting the specific requirement;

2. List all the stories linked to the above result.

 

Thx!

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
lingyun_yao
December 7, 2021

issueFunction in issuesInEpics( Subquery ) resolved my problem, closed the loop.