I'm trying to create a JIRA board which displays only issues in a particular sprint and then bases swimlanes on epic.
When I try "base swimlanes on epics" alone, the board displays the issues from all sprints and bases swimlanes on epics. Good.
When I try a filter such as "project = Test and Sprint=43 ORDER BY Rank ASC" alone, the board displays the issues in that particular project and that particular sprint. Also good.
However, when I combine the two, the board says "No issues currently visible."
I've tried this on two different JIRA instances, and I've seen the same behavior on both. Can anyone tell me what I'm doing wrong, and what I should do to make it work? Is it even possible?
Edit:
Per the comment (which I can't respond to at the moment), changing the query to
"project = Test and (sprint = 43 or issuetype = Epic) ORDER BY Rank ASC"
Appears to work. Why is that?
What's the difference between the filter that works and the one you have posted here?
Nothing - I've created a test project, and that's the query I'm using.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, it wasn't. When you try "base swimlanes on epics alone..." it works. At this point, you are running a board. What is the filter for that board? What is the difference between that filter and the one you just posted?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The query for the board that based swimlanes on epics was "project = Test ORDER BY Rank ASC". That displayed the issues across all sprints. The query for the board that based swimlanes on epics and filtered by sprints was "project = Test and Sprint=43 ORDER BY Rank ASC".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, so the problem is adding the "sprint =" clause. Could you try "project = Test and (sprint = 43 or issuetype = Epic)"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My best guess ... unless you're doing something unusual the Epics themselves aren't added to the sprint, the "Issues in Epic" are. There are no Epics in the sprint, so the board is empty. By adding "or issue type = Epic" you add all Epics independent of Sprint.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.