Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,553,550
Community Members
 
Community Events
184
Community Groups

How to hide Epics from Kanban view?

I switched from Scrum to Kanban view and already had some Epics. They're now displayed in the To-Do lane as moveable blocks and don't want Epics to be displayed on the board. The stories are already displaying in which Epic they are by the displayed label and I want to keep that.

How do I hide those Epics from being on my Kanban board?

8 answers

What you're looking for is the type field in JQL

To filter out epics: 

project = PROJECTNAME AND type != Epic ORDER BY Rank ASC 

You can enable the Epics panel in your board configuration. This will allow the epics to be displayed, but not as a card (ticket) on the board.

And in order for this option to show up, you need to enable the Kanban backlog, and this is done by moving a status to the backlog (in the example below, I added "Requirements needed" to the backlog, since I don't need to show those tickets in the board.

 

Screen Shot 2020-08-21 at 2.32.42 PM.png

Deleted user Sep 11, 2020

This option, for some reason is not available for our instance of JIRA. Is this something that has to be enabled somewhere else?

Erick, I was unable to see the option as well. I took an item from the Backlog column and dragged it into the Kanban Backlog. When I did this the button for "Epics Panel" became enabled.

I found the directions here: https://support.atlassian.com/jira-software-cloud/docs/configure-columns/#Enabling-the-Kanban-backlog

You can always create a quick filter which basically adds a button to the Kanban view:

  • Go to board settings
  • Go to quick filter
  • In the 'add' row do the following
    • Name the Filter Name
    • Add 'type != Epic' to the JQL field
    • Add a description
    • Add the filter

This should add a button the board like so:

Screenshot 2021-04-26 155455.jpg

This is a good work around to hide Epic on Kanban but have them still viewable in the backlog. Thanks @ALEX DUTHIE 

When i do this by changing the filter , i am not able to see the epics in the backlog too , is there a way to find them

me too! were you able to find a workaround for this @Niranjan ?

No - I believe the backlog you are looking at is viewed through the same filter as your board. If you filter out epics in the board, you filter them out of the backlog too.

To the best of my knowledge you need to amend the filter, or create a separate board.

But I note in our Jira Cloud account, in Board Settings >> Columns there is a toggle as follows:

 

Epics panel

Display epics in a panel in the backlog, and not as cards on the board

 

So a way to handle this is don't filter out epics from your board, and then do enable that toggle so your epics are in your sidebar rather than listed in your backlog.

Is this toggle a feature on a specific version of Jira Cloud? 

But like this i still need the filter for the Kanban view right? 

The problem of using the Filter (!=Epic) is when you need to base the Swimlanes on Epics, .....

no information ......

Had this same problem. Edit filter for board and add issuetype != Epic :) 

You should be able to turn on Epic Panel switch on Board Settings / Columns, that will not only enable Epic Panel on side of Backlog but hide Epics at all on Board view.

 

Screen Shot 2020-05-25 at 10.18.00 AM.png

Hmm... there is no such switch in my JIRA Cloud? Maybe part of a beta programme?

Like Nick Heath likes this

Great! That's all I wanted to do.

Thx it's been bothering me for a while and this fixed it.

Here is the JQL filter I used

project = <my project> AND ((issuetype = Epic AND status != Done) OR (issuetype != Epic)) ORDER BY Rank ASC

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jul 10, 2016

You can modify the board's filter to exclude Epics. What appears on the board is determined by the filter.

Could you be more specific where to find that filter or steps to apply that filter?

Nicolas Bourdages
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jul 11, 2016

When you go to Boards / Configure, under the General tab, you'll see the filter. Changing and editing the filter is all covered in the doc: https://confluence.atlassian.com/agile/jira-agile-user-s-guide/configuring-a-board/configuring-filters

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events