I am starting a Kanban Board to track jobs in our cleaning department. Our cleaning department has 3 areas.
The board consists of "Incoming Jobs" "In Progress' "On Hold" and "Done"
Quick Filters are to designate the jobs entered into the incoming jobs based on the label entered.
Quick Filters are "General Clean" "Special Clean" Surface Treatment"
How can i assign a lead person to each filter so when they chose "Only My Issues", it gives them all of the issues under a specific quick filter?
Thank you
Welcome to the Atlassian Community!
"Only my issues" means "issues assigned to me". You do not "assign" a filter to anyone; that makes no sense. If you want "only my issues" to work, assign the issues to the person who is going to take responsibility for getting the issue done.
So maybe I'm thinking of it wrong. I was trying to replicate another board we have in house and the quick filters are each of our initials.
When we create a task, it gets assigned to someone. Using quick filters, we can click the initials of everyone in the group to view the tasks or we can use "only my issues" to just see ours
Thats what i was meaning by "linking them"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, those "initialled" quick filters are built into certain project types. They are literally doing "assignee = <person>"
For boards where they're not built in, you will have to replicate them manually, but it is as simple as repeatedly doing "assignee = <person>" for each one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ah! ok perfect. thank you. I just need to JQL for each filter. Is there a place within the forums that lists JQL formulas or whatever they call them?
Very new to this so i appreciate all the help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's literally "assignee = <person>" - replace the <person> with the name of each person you want to select for. The JQL entry box has auto-complete, it will help you identify them as you start typing their name!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bother, I wanted to also say
It's a technical manual, detailing the usage, rather than examples or tutorials, but once you've got the hang of a simple query (ignore "functions" until you've got the hang of the basics), the only bit that people then struggle with is that humans are terrible at logic and don't understand how to join clauses with "and" and "or" statements properly ( "A and B or C" is not the same as "A or B and C"), or what "not" really logically does.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yep, i got the assignee part with no problem. it just made me think to ask if there was a list somewhere. thanks for the help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline 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.