I need to have one Kanban board where I can pull in bugs from different projects for out testing team.
There's two layers here.
First, there is the data that goes on to the board overall. You should use your query for that (although I would guess that it might not be doing what you expect - it's going to show you every issue from the R&C project, every issue assigned to cnayak and issues assigned to dthapa in the claims project. I suspect you need to add some brackets to change it to "(in either project) and (assigned to either of those two)" )
Second, go into the board config and find swimlanes. You will need to select "JQL" on the drop-down and then put in two filters:
Use JQL filter in the swimlanes
https://confluence.atlassian.com/jirasoftwarecloud/configuring-swimlanes-764478010.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
That does help, I am trying to get items from certain projects that are assigned to certain people to appear in a Kanban board, here is what I have set up:
Is this possible? Is this set up right? What other factors do I need to keep in mind?
project = "Life - Regulatory & Compliance Forms" OR project = "Life - Claims System" AND assignee = DTHAPA OR assignee = CNAYAK
Thanks,
Amanda
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Trying to get this working ASAP. Please someone reach out to me..
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.