Hey all,
I'm attempting to create a filter that would show Epics (which in our Jira instance is used as the basic issue type for any task except bugs) from a specific project with specific components. I'm also looking for active Epics.
I've set up a JQL:
project = SP AND issuetype = Epic AND status != Archived AND status != Backlog AND status != closed AND status != done AND component =
When I begin typing a component name it provides a list of auto completed suggestions, however, this list is incomplete (does not contain all the components in our Jira instance. If I attempt to write the component manually the JQL fails.
Any ideas on why components are missing (while other are present).
Thanks