I want to create a Jira board for my project and filter for tasks assigned to a certain epic.
I need to filter by project: Digital Misfits and epic: PVH to order360
I have tired several combinations and keep getting no results. What needs to be entered into the Insert JIRA Issue/Filter?
never mind! I realized I need to use the epic number, not the epic name
Here's what I have in the search:
project = "Digital Misfits" and epic-name = PVH to order360 (I have tired with and without quotes around PVH to order360)
It does not give me any results. I get this message:
The JIRA server didn't understand your search query. If you entered JQL, please ensure that it's correctly formed. If you entered an issue key, ensure that it exists and you have permission to view it. Learn More
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your JQL should probably be
project = "Digital Misfits" and epic-name = <the name of the epic you want to look for connections to>
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.