We have a problem with the EPIC panel in the Scrum Board.
The left panel shows ONLY all issue types of type = Subtask.
All Epic-issue types are displayed in the normal backlog (on the right side). No Epics are displayed in the left panel.
When checking the configuration, we found out that Custom fields Epic Color, Epic Name and Epic Status had for some reason parameter "Issue type(s) = Subtask".
We unlocked those fields and changed the value for Issue type(s) from "Subtask" to "Epic".
However, the left panel is still showing only subtasks in our Scrum Board.
Any help appreciated.
When selecting "Create Epic" it says in the pop-up window for new Epic "Create subtask" - see picture:
To all, I had the same issue and found that it all was due to the fact that a large number of my team's epics had been moved to Done in "Epic Status" which is different to "Status".
I never knew this other "Epic Status" existed, so didn't even know to look for it when trying to triage the issue.
Here's a JQL you can edit and use to find if this applies to your epics too:
project = "ENTER PROJECT NAME" AND issuetype = Epic AND "Epic status" = Done ORDER BY Rank ASC
You can then bulk change the ones you need to revert back to 'Open' using the Tools menu in the Issue Navigator.
I hope this helps others.
it works for me! thank you!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Taylor Sharpe
For me it didn't work, the query returned all the Epics that are done none of those were the ones that are currently on the Backlog.
Also, the Epics are appearing on the "ticket card".
On the left panel it says "all issues" and no Epic appear on the list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm facing the same issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There might have been some change in the ID number of your instance, so that the issue type IDs have been switched between epic and sub-task. When did you notice this change? What did you do right before you notice this change? Migrate the system or modify the database in some way?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have never used the EPICs / Scrum Board earlier. We noticed this when we started using the board.
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.
try the issuetype table, see https://developer.atlassian.com/server/jira/platform/attachments/jira-7-9-2-database-schema.pdf
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.