Maybe someone can help me fix my jql so it works? Thanks in advance.
from memory, so please excuse if not accurate: I suspect the parts "Epic Link" != "A" and labels!="D" exclude all issues where no epic link or label exists.
This is because the comparison checks "if there is a link that is not A", so if there is no link, then it does not match the condition.
Please verfiy this by using something like "(Epic Link" != "A" or "Epic Link" is empty") and "(labels != "D" or labels is empty)".
In any case, you can copy the JQL to the "Show all issues" list and check the actual result there.
Regards,
Harald
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you using the built in Priority field or a custom priority field? Can yo show us an example of this field in and issue with the value 1 or 2 in it?
Is this swimlane the one at the top of your Swimlanes list?
Do you have Priority 2 issues that are linked to Epics? And that also have Labels values other than "C" or "D"?
Can you show us the screen image for a Priority 2 issue that you think should be included, showing us the Epic Link field and the Labels field?
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.