So I have a project based on the new type (not classic).
I have created 3 epics.
I have linked issues to these epics (by add parent)
All seems to be good.
But filter seems to say all Epic Links are blank (i display and they are blank).
So are parent's different than epic links?
I searched a lot online (lots of it old) and I don't have much success in finding a solution.
Basic does not work (blank "Epic Link") and JQL does not work
project = "Project Name" and ("Epic Link" = XXX-001 or "Epic Link" = XXX-002)
Any ideas?
You can use "parent = " as an alternative - so for example:
project = XXX and parent in (XXX-001, XXX-002)
^ This should do the trick. There is an enhancement being progressed to enhance this feature - see JSWCLOUD-17239
Ste
this worked. Just not in basic advanced search yet). Googling did not locate so appreciate the answer. Thanks.
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.