Hi, I have 2 kanban boards on the same project.
Board A -> for issues, tasks relating to administrative matters in the project
Board B -> another set of issues, tasks for development work in the project
Both boards are accessible by everyone in the project team.
Problem - when create an issue in board B, it only shows up on board A but doesnt show up in board B. I only want issues in board B to show up in B and issues created in board A to show up in A. Please advise how to do the segregration.
@Saykun neo Project components can be used for segregation within a project.
You can follow below steps:
1. create two components Administration and Development in project XYZ.
2. Add components to respective issues.
3. Create two filters for each components issues like below:
Project = XYZ AND component = Administration
4. Then edit board configuration for each board to use respective filters created in step 3.
It will display issues accordingly.
this solution works!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Saykun neo ,
Please configure board filters as below.
How do you differentiating tasks as "Related to Administrative" || "Development Work". if you using any custom field or Label. add it as extension for the Below filters.
Board A Filter -> Project = XYZ and issuetype = Task and <Add Clause for Administrative Related> ORDER BY Rank ASC
Board B Filter -> Project = XYZ and issuetype = Task and < Add Clause for "Development Related> ORDER BY Rank ASC
Thanks,
Anvesh
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.