I am running epics in a next-gen kanban project. Once all the stories associated with an epic i would like to remove the epic from the board? Is there a way to do this?
I had a similar question to hide completed epic story from my Epic panel of Backlog.
Finally I found a way as below:
Works like a charm. Thanks Apua!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for posting this!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In my opinion, the problem with this is that you must treat Epics like other work items on a Kanban board with the ability to move it to "done" as usual. This is a workaround for a deeper problem.
Check my other comment to see how we solved this https://community.atlassian.com/t5/Jira-Software-questions/When-an-epic-is-complete-on-a-Next-Gen-project-how-do-you-remove/qaq-p/1021371#M269182
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do you get these controls in the Team Managed Software project? Here's what I see in the filters:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ilya Ivanov I got the same UI as your screenshot.
It seems like recent update (would see "Enhance my board and backlog" somewhere) the UI has been changed, and the way I found is outdated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was able to resolve this with a help from Atlassian support. It turns out that these epic filters disappear if all the issues in Epic are DONE. So even if you epic is DONE it will be displayed in the filters unless you close all the child issues. May be it will save someones time :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you share an image of the epic status and it is appearing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jack Brickey I am facing the same issue than other users.
We are using a Kanban board.
- In the timeline I can hide the Done EPICs so it works as expected
- The backlog keeps showing Done EPICs as shown in the image. Not sure how else I can indicate it is done, but I don't have more options here.
- I have a filter to hide "Done" cards, and yet, the EPICs are visible.
What else can I try to get this working? For now I am manually moving the Done EPICs to the bottom, but I would like to get them hidden.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Benjamin Simon , I believe everyone is now on the new "enhanced" board view along with the new changes for CMP epics. As such things are different for how Epics behave. Specifically, there is not the old confusing Epic Status in addition to the issue Status. What this means is that as soon as you set the status of an Epic to Done it should immediately disappear from the Backlog Epic panel list. However, in your image this does not appear to be the case. Could you please do me a favor and click on the expand ">" character on epic in question. What do you see? Does it. Look like what Apua shows or something else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks exactly like what Ilya Ivanov showed before, but in my case the EPIC is not disappearing even if I have all the issues in Done.
> I checked and all the stories and tasks are marked as Done as in the first image I shared
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Benjamin Simon , it would be interesting to test transitioning the epic out of Done and back again. I don't know why you are seeing this TBH. It is working ok for me as described in my previous post. Are any epics moved to done disappearing? Could you create a test epic and transition to done to see if it disappears?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So just created a new EPIC, move it Done, and yes, it disappear! But, it doesn't have any task. I will play a bit with it and share more info if I find what is happening.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey I have the exact same problem on my end too. When creating a new epic, it works as expected (status=done makes it hidden in the backlog epic panel). However this doesn't work for old epics that I want to mark as done and hide. Would it be possible that they are not the same "object type" in the backend compared to newly created epics? Is there a way I can transition them to the new type so I can successfully hide them from the backlog list?
As it is, I fear all my old epics will be forever stuck in the epic panel unless I delete them all, which is not a very good option...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@cmercier84 , I cannot say what the cause of the behavior is TBH. I will see if I can get someone in the know to provide some input here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @cmercier84
We are in the process of deprecating certain fields such as Epic Status. In this case it's the 'Epic Status' field that is causing a problem here. In the old setup, that field was all that was used to determine if an epic appears in the Epic panel of an Agile Board (Scrum or Kanban). However in the new setup, Jira is looking at both the Epic Status and the issues status category of that Epic issue to determine whether or not it appears in the Epic Panel.
Cases |
Before in epic panel |
After in epic panel |
---|---|---|
Epic A : |
|
|
Epic B : |
|
|
There is a way to help identify which of these Epics have differing Epic Status/ Issue status types, you could run a JQL query such as these:
type = "Epic" and "Epic Status" = Done and statusCategory != Done
type = "Epic" and "Epic Status" != Done and statusCategory = Done
You could run each query separately. This way you can learn which epics have differing values between these fields. From there you can then use the bulk editor to make changes to status or epic status as means to work-around this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I thought in the new world Epic status was gone altogether. I guess I need to go back and look at my older epics. Thanks for providing input Andy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm having this issue and I tried running the above statement:
type = "Epic" and "Epic Status" != Done and statusCategory = Done
However, "Epic Status" doesn't seem to be a valid field anymore, both done and !done return no results (I see all my done epics if I leave it out). It's doesn't show up as an option to change it in bulk changes either.
Any thoughts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes i am unable to find anything on epic status, even from the list of fields available, the above query returns nothing for me in JQL
I can find it to add it in as a column for my filters but it is blank
Cannot even edit the values of this field via the bulk migrate function
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are also facing the same issues- is there going to be a fix to resolve this behaviour ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Abhi , this thread is getting rather tired and disjointed. I would suggest you create a new question in the Community. Doing so will result in more fresh eyes looking at your specific question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any updates here? It has been a long time since this request was on a roadmap. No movement. Please provide a date for having this available.
Hope you are not using the Jira next-gen project to track this particular request, because you may be unable to distinguish between epics that are closed and those epics that are open. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas,
I know you did in an earlier response above that a solution for removing the epic when done was released. Specifically these release notes conveyed this update - Next-gen-release-notes-for-Jira-Software-Cloud
Here is the excerpt from that article that was pertinent
If that is not specifically what you were referring to I might suggest opening a new question for the community.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I still see Epics marked as Done in the epics filter list, unless I mark it as done from the Epics filter list. If I close it with resolution Done it still shows up in the Epics 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 having the same issue - even after waiting 14 days.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andy,
first I want to clarify that I do not work for Atlassian. I am just a user like yourself. Therefore, I cannot speak for Atlassian here.
With that said, where exactly is your epic showing in the backlog? I checked a test project that I have and old done epics are not displayed anywhere that I could see. Maybe you could share a screenshot? I'll certainly try to help you as much as I can here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@[deleted] , unless it has recently change Epics are not removed when done but again that may have changed as I know they are rolling out updates pretty frequently. Other issues, e.g. Stories, Tasks, etc will be dropped after being done for 14d. So it will be interesting to see if Epics follow suit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This has been a problem for a while and as part of our advanced kanban boards functionality, you can finally see Epic cards in next-gen/team-managed projects. It allows teams to visualize big items, manage their flow and ultimately scale your value delivery system.
https://marketplace.atlassian.com/apps/1228332/quantify-kanban-pro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just another example of the borked implementation of Next Gen projects. It is so frustrating trying to hack your way around what should be basic functionality. Quite how Atlassian have maintained their market dominance given the gaping holes in Jira that go for years without being addressed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Andy Gritton (and all),
This is a rather old post and TMP (PKA next-gen) projects have evolved greatly. I thought I would update this post with the latest behavior as indeed you can't hide done epics in the Roadmap view quite easily in TMP now.
Below is an image that illustrates how this is done. Basically you click on the little slider/filter icon in the upper right in the configuration pop up you can now select hide completed epics. I hope this helps future members searching for answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
oh, and before I forget...
The Epic will disappear from the drop down list on the Board view once the last child story/task is gone from the board. If memory serves Done issues disappear after 14d.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But it still appears in the Epic panel in the Backlog view FOREVER... or so it appears!! I'd sussed out how to hide completed Epics on ROADMAP no bother but when we are planning work in the Backlog we don't want to see old completed Epics in the left hand panel. My original comment still stands, would be great if you have a solution to that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I'm still looking for an answer about this feature...
I understood that the epics could be filtered in the roadmap, but what about the backlog without removing sprints functionality? Has this been fixed? If yes, what is the solution please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Angélica,
Is there any update on this? It's a frustration in our team's workflows that when we try to use epics, we are constantly avoiding the "done" ones manually with new filters, and when we try to add a story into an epic, we have to select from a long drop-down that includes the completed ones. Is there any workaround for this?
Thanks!
Adam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Adam,
We still don’t have updates about board filters for Epics.
We have some feature requests suggesting the implementation of this ability:
Please, click on vote and watch to receive updates and feel free to add a comment on the features for our dev team to check.
Regards,
Angélica
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.
Hello @Roman Balakin,
For the features that I shared on my previous response, only the Roadmap Epic filter in next-gen projects had an update. Please, check the comments for more details.
Is there any specific feature that you need an update?
Please, make sure to watch and vote for the feature to receive notifications.
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
It's been a year. We are already having a cluttered epic filter view in the backlog after weeks of usage. Any updates or good simple workarounds?
Regards, JP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Jan-Pieter van den Heuvel,
Welcome to Atlassian Community!
I saw that you created a ticket with our support and they shared another feature request:
The features I shared here previously here are related to Roadmaps and Boards and not the Epic Panel.
If you need an update about the feature Roadmap Epic filter in projects, please let me know.
Kind regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Casey,
Thank you for getting in touch with Atlassian Community!
This is currently on our roadmap and soon you will be able to hide a Done Epic.
You can find the details here.
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Angelica, I clicked the link but not sure where to find updates. I'm having the same problem, I'm done a few epic, have marked them as complete and resolution status is resolved however, it still shows up on my board.
Has Jira already updated next-gen so the epics would disappear in 14 days? If not, where can I view update status?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Maryam,
The update is on "Filtering improvements".
Filtering improvements
Some improvements to filtering on the Board and Backlog to help you quickly find your work.Filter lists will be sorted alphabetically
A search bar will be included when there are more than 10 items in the list
An issue type filter will be added by default
Epics marked as Done will no longer show in the epics filter list
It's possible to share a filtered view with others by copying the URL
In this case, it will not disappear from the board, but you can add the filter to do not show the Epic.
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Seconded.
My epic drop-down selector is riddled with completed projects. Makes my workflow feel disorganized.
I'm currently trying to hack my way around this by moving these epics to a new board once complete. No such luck, they still appear despite being marked done.
Any advice or update would be appreciated.
EDIT: I got the second board hack to work.
1. Create a second next-gen board. Name it something like "Completed Epics".
2. Once an epic has been completed from the first board working board, click "Move" and move the epic + children to the second board.
3. The epic no longer appears in any drop downs of the first working board. You still have access to all your tasks/children should you need them later.
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 @noa,
Thanks for reaching out to Community!
The feature was already implemented in 2019:
On a next-gen (team-managed) Kanban board, if the Epic is Done and the child issues from the Epic is also removed from the Kanban board, the Epic will no longer be visible on the Epic filter list.
Kind regards,
Angélica
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 Noa,
It's possible too, but only if Sprints are disabled.
When Sprints are disabled, tickets will be removed from the last column after 14 days or when manually removed.
Kind regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Angélica Luz If I don't want to disable the sprints. Is there a way to remove the Epics?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jane Skullman,
Thanks for reaching out to Community!
The only way to remove tickets from the board is by not using Sprints.
Kind regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I cannot believe that we still don't have this. I don't want to see the epics in the next gen scrum board. Very basic feature that should be there. Currently it is messing up our flows
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I totally agree. This feature needs to be implemented. The whole point of using boards (scrum and kanban) is to be visual about the work that is ongoing and the work that is completed! Work that is completed should not be shown in the boards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Lisbeth Olofsson , what implementation are you desiring beyond what was implemented in May of 2019 according to the release notes...
What behavior do you desire? Maybe there is an open suggestion align with your goal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jack BrickeyI have a kanban board showing the epics that we are working on/have completed. I would like the completed epics to disappear from the board two weeks after they have been completed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey The solution described above does not appear to apply to or to work in my next-gen JIRA project. Here is a screenshot showing a done epic:
Here is a screenshot of that epic showing up in the Epic Panel in the Backlog:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nell Jerram ,
first, I would highly recommend that you consider creating a new post for the specific question you have. The reason being is that this is a very old post when you consider how evolved TMP projects are since the original post. With that said, are you sure that you are dealing with a TMP project? The reason I ask is that the second image of the backlog seems to be that of a CMP project. Please check the bottom left hand corner of your project page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Jack Brickey . I wasn't familiar with the TMP and CMP terms, but I guess that TMP matches what I do have in the bottom left hand corner of 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.
Nell,
Yes sorry TMP = Team Managed and CMP = Company Managed.
Would you mind sharing a complete screenshot with the backlog selected in your second image? The reason I ask is that the second image seems to be from a CMP as I am unfamiliar with the Epic panel in TMP but maybe it has been added.
Also, could you elaborate on exactly what you want to do? This OP was discussing having Epics removed from the Next-gen (aka TMP) Kanban board.
One thing to note is that with CMP, Epics have two statuses - the Issue status which is associated/managed via the workflow transitions and there is an Epic status. In this case, if you want the Epic to disappear from Epic panel in the CMP Backlog then you must change the Epic status to Done. Many admins choose to automate this such that the Epic status follows the Epics Issue status.
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.