hi my kanban board contains
baglogs
devtodo
dev inprogress
dev done
qa todo
qa inprog
qa done
release to prod
so how can i set a quick filter to display devtodo ,devinprogress,dev done in my board .
please help
You could create a new, special-use board with only columns for the statuses you want to see.
That's definitely not possible, all the columns will always show, regardless of any filter. As Nic said, you need to be able to drag an issue into an empty column
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
after quickfilter active i am seeing all columns but only issues which i mentioned . but i want to see only the columns which i mention thats it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are seeing only those status. You still need the columns there so you can drag things into them if you want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
is there any way i see only those status i requested rather then showing empty for the status i didnot request for
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No it will show all the columns, but only the issues that you've filtered on. This is the same behaviour as you'd see if you had no filter and there were no issues in Dev Done, you'd still see the column, but it would be empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no this my whole broad and when i click on a filter it should only show the status i want to view and issues in that status only
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, then that is working - the quick filter removes the issues you are choosing not to see.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
still its showing all the status in kanban broad with this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this is my broad to display only devtodo,devinprog and devdone when filter is on need jql for that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As a board admin, go to board configuration and add the quickfilter you need.
It is not clear from your question where you are stuck, so I'm not sure we can tell you more, unless you can explain more?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Surender
status in (devtodo, devinprogress, "dev done")
should do it - please note that any status made up of more than one word needs quotes around it, as I've shown, although the intellisense when you're creating the filter should handle that
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.