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
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")
Hi @Matthias Rodewald ,
I think i'm missing something in your question, You mean to say you have 2 issue types for one ticket ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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? ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.