I’m Maurício, a support engineer at Digital Toucan and I’m here to help you.
Unfortunately, using JQL of Jira, you’ll not be able to do it.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all your initiatives whose epic is open.
issue in parentsOfIssuesInQuery("type=Epic and status = open")
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards,
Maurício
if I understand you correctly, you want to retrieve all initiatives that have at least one epic (or all epics?) that is in a particular status - is that correct?
If that's the case, you essentially need to perform a "cross-hierarchy-level" search, which unfortunately isn't very well supported in "plain" Jira/JQL; you'll need extra tooling for that. A few directions forward:
Hope this helps,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to expand on the last point, this is how this would look in the app that my team is working on, JXL for Jira; TLDR: You'd create a sheet with your relevant issues, configure and enable your issue hierarchy, and then use JXL's various filtering capabilities to narrow down your list of issues:
Once you have your list of issues, you can work on these directly in JXL (much like you'd do in e.g. Excel or Google Sheets), trigger various operations in Jira, or export them for further processing.
As said above, there may be other apps that help with this, too. You may already know that you can trial any app for free for 1 month, and depending on the size of your size, it may be free forever. So if an app is an option for your, perhaps try a few and see which works best for you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are fine with a mktplace app to get this data, you can try out our add-on.
The app will show your hierarchy based on Issue Links and also let your filter on the child issue using JQL.
Disclaimer : I work for the vendor who built this app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Manikandan Kaliyaperumal ,
Can you please explain briefly what actually is required. Some examples will help us.
Meantime as an example:
"epic link"
= ANERDS-
31
or
"epic link" = Jupiter
Refer this link for Epic link related syntax
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.