Forums

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

Filter for Epics with certain issues

Matthias Rodewald July 15, 2019

Hello Community,

for a scaled project I would like to filter for all EPICs that have the Issuetype 'Improvement' in it. Is it possible to create a filter for that purpose?

The current query looks like:

project = "xyz" AND issuetype = Epic AND

 

Thank you for your input ;-)

Matthias

 

p.s.:
Script Runner is unfortunately not available

2 answers

0 votes
Muhammad Ramzan(Atlassian Certified Master)
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.
July 20, 2019

If i correctly understand your problem ,you want to search epic which have issues of issue type improvement ?

If this the case, then following query would really helpful for you , its supported by a third party plugin which i am using for my queries and its amazing. You can find the plugin here

 

Following query will return the results of all epics which have issues of issue type=improvement

issue in epicOf("issuetype = improvement")

0 votes
Haran Kumar
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.
July 19, 2019

Hi @Matthias Rodewald , 

I think i'm missing something in your question, You mean to say you have 2 issue types for one ticket ? 


Matthias Rodewald July 30, 2019

Thank you for your response Haran. Let me phrase it with a syntax:

As Scrum Master I would like to filter for epics which only have improvements as issues to create a dashboard with my duties.

EPIC A - Cool stuff in JIRA
- Improvement 1
- Improvement 2

EPIC B - Facilitation of Scrum Meetings
- Improvement 3
- Improvement 4

etc. 

Does it get clearer? ;-)

Suggest an answer

Log in or Sign up to answer