Hi.
I don't have any knowledge about JQL so I'm seeking help from individuals that do.
I am looking to create swimlanes on my Kanban board based on a field in my Epics. I have a field called Projects and this has multiple choices called Data and BDT. So when an Epic has both of these choices selected, the same Epic will appear in both the Data swimlane and BDT swimlane.
Thanks,
Hi @Nicholas Ren -- Welcome to the Atlassian Community!
Short answer: with a Jira board it is not possible for an issue to appear in multiple swim lanes.
For a company-managed project (CMP) the swim lanes are selected by different criteria, including the option of use JQL on issue data. The order you place the JQL filters determines both the order of the lanes and in which lane an issue appears (if it meets multiple different query criteria).
For a team-managed project (TMP) the swim lanes are done using the group-by feature, and so the values are distinct.
What problem are you trying to solve by having an issue appear on a board multiple times?
Kind regards,
Bill
It was more of a hypothetical question because some custom fields of mine can have multiple selections but I've just seen how simple basic JQL is and I can see that I can set up my board like my scenario.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can build your JQL using the basic search by simply selected your criteria, it simple and efficient, select your field, select a value and search. It will work perfectly in your case.
https://support.atlassian.com/jira-software-cloud/docs/perform-a-basic-search/
If you want to learn JQL, it's quite simple, you just need to spend some time on it to learn it, there is some great resources on Atlassian website:
In your case the JQL filter should be:
Projects in ("Data", "BDT")
But again using the basic search and by selecting your criteria, you can do it easily.
I hope this helps.
Cheers,
Dam.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! I just had a look at it again and it's straight forward. I initially thought it was going to be complicated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
> the same Epic will appear in both the Data swimlane and BDT swimlane
I'm not sure if the Epic will appear in both swimlane, cause like @Bill Sheboy mentioned an issue can appear only in 1 swimlane... but the JQL infos I gave you will help you to build your own search and improve your board, that's for sure :)
Cheers,
Dam.
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.