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: 

How to exclude issues from blocked epics on a board

Maria Z
October 16, 2020

Hi there!

I need help to create a query that will exclude all issues that belong to a specific status of epics (let's say blocked). I know how to select issues from a single epic, but need a query that will be not so specific.

 

Thanks!

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Ziad Bakhiet
Contributor
October 16, 2020

Hello Maria,

You can easily find this result using JQL Search Extensions

The following JQL will finds children of epics with a particular status.

issue in childrenOfEpicsInQuery("status='blocked'")

The full documentation can be found here.

Regards,

Ziad

Maria Z
October 19, 2020

Hi Jiad

thank you for your response!

Do I have to create childrenOfEpicsInQuery by myself or is it given by JQL Search extension product? When I type in "issue in" in the search box, it doesn't give me this option or any of the options listed in https://jqlsearchextensions.atlassian.net/wiki/spaces/SEARCH/pages/1428357149/Extended+search#JQL-Function

thanks

Maria

Daniel Turczanski - JQL Search Extensions
Atlassian Partner
October 20, 2020

Hi @Maria Z ,

The function that accept a subquery as a parameter are part of JQL Search Extensions indexing service.

To use childrenOfEpicsInQuery make sure to go to Apps->JQL Search Extensions->Extended search.

I hope this helps!

Maria Z
October 23, 2020

I just got a confirmation from our Jira support team that our company does not have this plugin. Unfortunately.

Thank you all for your replies.

TAGS
AUG Leaders

Atlassian Community Events