Hi, i want to use a filter that shows epics are assigneed to selected assignees and the tasks (assigned to selected assignees) under epics that are assigned to other people.
I have use JQL query, advanced search filter. Also does not work. Is there any solution for this?
do I understand correctly that you want to have
Is that correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for the clarification, and sorry for late reply.
To achieve what you're looking for, you'll effectively need a "cross hierarchy" search, which unfortunately isn't 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, enable the default hierarchy (that's just one click), and then use JXL's various filtering capabilities to narrow down your list of issues.
For the time being, you couldn't view all the relevant issues at the very same time (although this will be possible soon), but you could easily model both your points and switch between them, like so:
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.
Hi @Seng Jin Hui welcome to the Atlassian Community!
Where would you like to use this filter? In a Search Result, on a Board, on a Dashboard?
This is what your JQL could look like:
(issuetype = Epic AND assignee in ()) AND (issuetype = Task AND assignee in ())
However, if you were to make different combinations between assignees for Epics and assignees for Tasks, it would become rather complicated.
So my question would be: WHY would you want this specific filter/combination?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dave, i want to use this search in the filters section because we have some projects that are shared with the other team, and the tasks by us in their project is under them so therefore i want to see the epics under us and the tasks under that projects shared with other team. However, i just found out that we can use labels to filter. But i still prefer to search easier as engineers forget to use labels for us to easily filter out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello. I have a query that shows me several Epic issue types. I now need a query that shows me only the QC Tasks linked to those Epic issue types...can anyone please help? Even as a working query inside a rich filter gadget? Please, I really need this at work...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As mentioned by other community members, JQL may not help much for this use case.
If you are fine with a mktplace app to get this data, you can try out our add-on.
The app will show your Epic hierarchy Links and also let your filter on the child issues 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.