Hallo everyone!
I have to query all the Epics in a project containing issues (tasks) named "Installation" and NOT containing issues named "Rechnungsstellung".
Is there a way to do this?
I tried with this search:
type = Epic AND project = XXX AND text~ "installation" AND text!~ "Rechnungsstellung"
and this
type = Epic AND project = XXX AND issue~ "installation" AND issue!~ "Rechnungsstellung"
but it didn´t work.
Thank you in advance.
Hi @Lorenzo
welcome to the community!
If I understand you correctly, you have two "problems" - first, grab issues that contain one word but not the other, and second, to grab the epics that contain these very issues.
For the former, @karel_mellen's answer might help.
For the latter: That's not really possible in "native" JQL, unfortunately. You'll need to,
Hope this helps,
Best,
Hannes
Just to add to the second option: My team is working on one of these "hierarchy-focused" apps, JXL for Jira. This is how this would work in JXL:
The remaining list of epics should be what you're looking for. (See below for a similar use case.)
If needed, you could now "mark" these epics e.g. using a label (in JXL, you can bulk-edit issues very conveniently using copy/paste), or export your list to CSV or Excel.
- H
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Far from perfect, but this might help you?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you all! I solved it with a structure, but your advice was helpful in any case.
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.