I have one project and I've created several boards to reflect different teams and phases. The Epics are populated in the left panel on the first board I created, but the Epic panel is blank on subsequent boards.
I've tried creating Epics from a new board, but I get a message saying it's been created but isn't viewable on my current board. It does show up on the original board.
@Karen Stackhouse, can you provide us more details, please? Some screen shots and the 2 board filters would be a good start.
Filter for board showing Epics: project = UF ORDER BY Rank ASC
Filter for board not showing Epics: project = UF AND "Epic Link" in (UF-240, UF-241) 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.
@Karen Stackhouse,you second filter will only show Stories, because the field "Epic Link" is only valid for the issue type Story (if you didn't change this standard).
Copy the first filter to the second board, so that they are equal. then you will see Stories.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sebastian Kleinholz : My approach was the same like @Karen Stackhouse and @Stephen Yee, I did not intend to filter out any "Stories". Exactly the opposite is true:
What if I want to filter out all agile tasks and goals which have an empty "Epic Link"??
So actually I see in my back log some issues which do not have an EPIC, and this is not the type of JIRA issues I want to show! Any Ideas how to come around here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am having the same issue. I've attached screenshots of two board backlogs located in the same project. They both have multiple projects associated with them (including the project the boards are located within), but one displays epics in the epics tab and the other doesn't. I also have a board located under a different project with one board associated to it, and the epics for that project are showing up. It's just this one board where they aren't showing up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Stephen Yee, can you post the board filter of the two boards, please? You can find the when you configure your board at the general tab.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Filter for board showing Epics: project = UF ORDER BY Rank ASC
Filter for board not showing Epics: project = UF AND "Epic Link" in (UF-240, UF-241) 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.
The graphic Stephen posted looks the same as my Jira project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Clients names/abbreviations blurred for confidentiality:
Board showing epics
Board not showing epics
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Karen Stackhouse, you second filter will only show Stories, because the field "Epic Link" is only valid for the issue type Story (if you didn't change this standard).
Copy the first filter to the second board, so that they are equal. then you will see Stories.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Stephen Yee, seems to be the same problem with your filters. With the JQL you excluded Stories.
Best you copy your JQL to the "Search for Issue" field, and check if any issues are returned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my case my filter included a statement issuetype in (Bugs,Stories) and this caused the Epics to disappear. My work around was to add epics so now it is issuetype in (Bugs,Stories,Epics)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Greg, this fixed the issue for me. All I needed to do was add the issuetype Epic to my filter, and now Epics show up in my backlog.
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.