Hello -
I am trying to create a filter for a Project and Epic in jira for my next gen project. When I try to use "Epic Link" or "Epic Name" no results are returned when I use the epic name or the ticket id.
My query is: project = "[PROJECT NAME HERE]" AND "Epic LINK" = [TICKET ID HERE]
Team-managed projects (formerly called nextgen) use Parent rather than Epic Link to associate issues to an epic. Please try this JQL
project = myProject AND parent = myEpicKey
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.