With the default JIRA Agile "backlog" board all [non-Epic] issue types are displayed (Bugs, Tasks, Improvements, and Stories), but a true "backlog" should only display (consider) Stories.
But when the default configuration is updated to only display Stories, then the Epics disappear from the Epics panel as well as their tags in the Story list view.
How can I display only Stories in the Agile (Scrum) backlog by default without changing any other display / filter criteria?
Default Backlog (all issuetype view)
Screen Shot 2014-12-30 at 10.34.13 PM.png
Backlog with issuetype Story filter
Screen Shot 2014-12-30 at 10.35.10 PM.png
Hi Bryan,
It isn't possible to configure the board to do that without changing its filters. However, you should be able to do it by simply adding "AND issuetype in (Story, Epic)" to the board's filter. e.g.:
project = DEMO and issuetype in (Story, Epic) ORDER BY Rank ASC
I hope this helps!
Perfect, this is exactly what I needed - thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does this still allow bugs, tasks and sub-tasks to be visible in the Active Sprints view (while excluded from the Backlog view)?
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.
This is now possible.
Click the on Board screen click the '...' more dropdown in the top right and choose `Board settings`.
Under the `Quick Filters` add a new one with the jql of `issueType in (Story)` (as per @Matheus Fernandesreply include Epic if you want them too).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wonderful. Saved my day. Thank @Barrie Treloar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
go to issues & filters >> all issues >> advanced search >> choose type : stories
and other filters to narrow down your stories list
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Got it. I can now see stories only. But this view does not show the sprint that the story is addressed in. Is there a way, we can group the result by sprint or display the sprint name as a column?
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.