Hey community, I'm working on a project involving tickets from many groups, so our board is comprised of tickets from many projects, with several different workflows.
I'm trying to create a Jira query that will bring me what tickets are in which column of our Kanban board.
Is there a way to create a filter based on the Kanban column instead of statuses? because we're working with a bazillion tickets and workflows and I have no way to cover all possible scenarios.
Thanks a lot and sorry if this is a repost, but I couldn't find anything specific for my need.
By the way this is Jira v8.5.3
Hi Lionel, welcome to the community.
I assume that you have multiple statuses in one or more of your board columns? Well you can’t write a JQL query based on kanban columns you can create filters for each column by selecting the statuses that exist in the column.
For example...
lest say you have four statuses: to do, in dev, in QA, done. And you have them mapped to columns like this:
then the queries for each column would be:
Thanks, I suspected as much. We're talking about one of the largest Jira environments here, so I can't possibly guess which statuses will I face, I guess I'll have to change my query everytime I come across a new status. Thanks!
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.