Hi Jira-Community,
I would like to create one Kanban board for two different groups of users. Is my conception feasible?
This is our setup:
The idea is to merge in one Kanban Board of Project B
Can I get away with a JQL-filter? (ideas for a script are appreciated)
Should I expect any kind of limitation here?
Kind regards,
Natalia
You have multiple scrum boards on Project A. Presumably, each with a different Filter?
If that is correct, you could create JQL based on that filter for the new Kanban.
Let's say the filter for the scrum board was "Project in ("Project A") AND labels in (ImportantBoard)"
The filter for the Kanban would be:
"Project in ("Project A") AND labels in (ImportantBoard) OR Project in ("Project B")"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.