Just wondering, is there a way that we can hide the Resolved (Done) Column in Kanban board. Currently at my work place, we have thousands of solved issues under this column and it seems put down the speed of loading the page. As those are already solved and no longer important, just wondering to hide the entire column. But still it will be a part of the workflow. Is there any way that I can hide this column from users?
Thanks
You probably don't want to do that, because hiding the column means you can't drag issues to done any more
Two better options
Thanks Nic Brough [Adaptavist],
Great. I went with the second option you mentioned and very easy fix at the end.
Great, appreciated your information and time.
Cheers,
Shaun W.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I cant find the option to change the board filter to exclude issues based on a field. I am using Jira Core Cloud. Can you help me? Thanks!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the Board Settings > General > Edit Filter Query
There you can click on "Switch to JQL" if the normal filters are not enough.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did something similar to option 2 above. In our case, items that have a status of "Done" are considered complete even if they aren't released. There are other completed/final states "Approved" and "Rejected" and for those we want them to be visible.
The main issue we saw was that items in an Epic would not update the progress bar of the Epic in the backlog unless the status was mapped to a column in the KanBan board. So I combined some queries in the KanBan board Sub-filter:
(fixVersion in unreleasedVersions() OR fixVersion is EMPTY) AND status != Done
So items that transition to Done don't clutter up the board while still counting towards the progress filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how would you include Canceled as well I tried a few ways but doesnt work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you are viewing the board, click the three dots in the upper right corner and select "Board settings" and in the General section, scroll to the Kanban board sub-filter.
Edit this query and add the criteria you need. You'll need to have a status of "Canceled" in your case, but whatever the case, this query will hide issues that match your criteria from the board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Benjamin, I tried to include both Done and Canceled but didnt work if I just have Done then Canceled showed if I did Canceled only then done showed when using both they all showed up so any ideas on the query to use?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From my point of view the easiest way is to configure the general settings of 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.
I do not have those options. I have slightly different ones. I do own the board, and the project!
Thank you for your response! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you again for your replies. We are using Jira Cloud, so I assume latest. I tried looking up the version, but it apparently doesn't display the version in the cloud :P
I think this is a Cloud issue however.
Thank you so much again for your reply.
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.