Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I am not able to see epics on Scrum board when swimlane is set up to "Epics"

Leena Siddamshetty
Contributor
January 27, 2022

project = XXXXX AND (component = Optimizers OR Team = 000) AND issuetype in (Epic, Bug, Task, Story, Spike, Sub-task) ORDER BY Rank ASC

this is my filter query and when I set swimlanes on "EPIC" it does not show up on my board. Please suggest.Thanks!! I want epics to show up on my board.

1 answer

0 votes
Trudy Claspill
Community Champion
January 27, 2022

What version of the product are you using?

Do you have any quick filters activated?

Can you show us a screen image of what you see?

Leena Siddamshetty
Contributor
January 27, 2022

1. Jira software (Server) version: 8.13.13

2. Yes there are quite a lot of quick filters, almost 29.

3. This is what I see when set swimlanes to "EPIC"swimlanes_error.PNG

Trudy Claspill
Community Champion
January 27, 2022

Are there any issues in your active sprints (issues shown on your board) that are children of Epics?

Swimlanes organized by Epic will display swimlanes only if there are issues on the board that are children of Epics. Issues that are not children of Epics would be shown grouped together at the bottom of the board in a single swimlane. If there are no issues on the board that are children of Epics then then no swimlanes for Epics will be shown. 

Leena Siddamshetty
Contributor
January 28, 2022

yes there are a few stories that don't have epics attached to them but most of the stories have epics. It is working for other boards but not the one particular I want to.

Trudy Claspill
Community Champion
January 28, 2022

Can you show an example of one of those Epic child stories displayed on the board when you do not have the Swimlanes set to Epics?

Leena Siddamshetty
Contributor
January 28, 2022

These are all stories within the epics when swimlanes is not set to epic

 

Inkedstories_L2.jpg

Trudy Claspill
Community Champion
January 28, 2022

Thank you. 

And, just for confirmation, can you show us the Board Settings > Swimlanes screen when you have set it to use Epics?

I see that you have lots of Quick Filters. Can you confirm that you don't have any of them selected, so there is no additional filtering active on the board at the moment?

Leena Siddamshetty
Contributor
January 28, 2022

Inkedswimlae.jpg

 

Here you go. After the board is set to swimlanes->epic. 

Yes I confirmed, no quick filters are activated.

Trudy Claspill
Community Champion
January 28, 2022

Sorry, perhaps I was unclear.

I didn't want to see the board. Instead can you show us the Board Settings > Swimlanes screen when you have set it to use Epics?

Screen Shot 2022-01-28 at 1.42.50 PM.png

Leena Siddamshetty
Contributor
January 28, 2022

Apologies for confusion. Here is the requested screenshot.

swimlanes_2.PNG

Trudy Claspill
Community Champion
January 28, 2022

@Leena Siddamshetty 

I am stumped. I have not been able to recreate the issue in my own environment, but I am on Jira Cloud.

Do the Epics, like "FAD - Nearby Cities", display on the Backlog screen in the Epics pane?

Leena Siddamshetty
Contributor
January 31, 2022

It is not listed under "epics" panel but when I search for it, this is what I get as seen in screenshot.Side_pane.PNG

Leena Siddamshetty
Contributor
January 31, 2022

there are multiple boards in the project and every single issue comes up on multiple boards. Can this be causing any issue. Filters are not configured correctly?any thoughts on that?

Trudy Claspill
Community Champion
February 1, 2022

If the Epics are not displaying in the Backlog screen in the Epics pane, then they are not being selected by your board filter.

Do you epics have either the Components field set to Optimizers or the Team field set to 000? Your Epics will need to have one of those fields set to match the criteria in your filter in order to be included in the board. All of the issue types you've specified in the filter have to have one of those two fields set in order to be included in the board.

Alternately if you want to include issues of any type where those fields have no value at all hen you can change your filter thus:

project = XXXXX AND ((component = Optimizers or component is empty) OR (Team = 000 or Team is empty) AND issuetype in (Epic, Bug, Task, Story, Spike, Sub-task) ORDER BY Rank ASC

If you want to allow those fields to be empty just for Epics then you would change the filter thus:

project = XXXXX AND (issuetype=Epic or ((component = Optimizers OR Team = 000) AND issuetype in (Bug, Task, Story, Spike, Sub-task))) ORDER BY Rank ASC
Leena Siddamshetty
Contributor
February 2, 2022

Thank you Trudy for the reply. I can see 3 epics in backlog under Epic pane. Also, all three epics has component set as "Optimizers". Still I am not seeing them filtered on board. Tried the 2 queries posted by you as well.. still not showing results. 

Trudy Claspill
Community Champion
February 2, 2022

Can you check the Epic Status of the missing Epics? Epic Status is a different field from Status, and does not display in the regular issue view. You can see it if you use the Search Issue screen, change to the List View, and add Epic Status to the displayed columns. What is the value for that field on the missing Epics?

Do any of the issues in those three epics display on the board when you don't have Swimlanes set to Epics?

This is difficult to diagnose without being able to see your data.

Can you provide a screen image of an Epic that you think should show up as a swimlane? This Epic should

  • have the Components field set to Optimizers or the Team field set to 000.
  • be displayed in the Epics pane in the backlog (Epic Status field is not set to Done)
  • have child issues assigned to active sprints
  • and those child issues have either he Components field set to Optimizers or the Team field set to 000.
Leena Siddamshetty
Contributor
February 3, 2022

I think I got this figured out. The epics which are in backlog have stories which are not in current sprint but from old sprint. When I added those stories to current active sprint epic shows up on board if filtered in swimlanes.

 

Thank you Trudy for all your help in this!!

Suggest an answer

Log in or Sign up to answer