Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

two projects & one hybrid kanban board in one of them

NS May 20, 2019

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:

  • Group 1: unlimited access to Project A (consists of >5 scrum boards) and Project B (one mutual Kanban board);
  • Group 2: access only to Project B (one mutual Kanban board).

The idea is to merge in one Kanban Board of Project B

  • tickets from one of the scrum boards of the Projects A;
  • all tickets in 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

 

 

 

1 answer

0 votes
Patrick Ricciardi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 20, 2019

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")"

Suggest an answer

Log in or Sign up to answer