We have multiple teams have a shared backlog, and the different team is using different board, while some of their issue type or issue type status are the same for the teams. Therefore because the team shared the same issue type or the same status and Kanban column based on issue status, team A's tasks appear on team B's board. I don't want team A's tasks appearing on Team B's board. Is there any way can do this?
I know we can create a quick filter to do that, but it makes the workflow harder for team members.
Community moderators have prevented the ability to post new answers.
Hi @DexterHu,
Welcome to the Community!
We have a simialr environment and what we did to solve this issue is we altered the board queries to also limit by a custom group field "Assigned Group".
We also hae a group for each of the teams, and as they are picking up work they will assign the issue to their group which means that only tasks that are unassigned or assigned to their group will be displayed on their board.
This does come with some education to make sure that teams always use that field, but we haven't had any issues with that so far.
I hope that helps.
-James
Thanks for the help. James! It sounds good to me, but I'm not so sure I totally understand you mentioned method. Could you give me some steps so I could try what you said?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @DexterHu,
Sure thing. So the first thing you are going to do is create a custom group field (if you don't already have an "Assigned Group" field).
Next, you are going to want to add that field to the various Create/Edit/View screens for your project.
Then, you are going to create a few groups to represent the development teams, and you will want to add the members of the teams to the appripriate groups.
Lastly, you are going to update query for the kanban board so that it includes the following JQL logic:
"Assigned Group" = "Team A"
or
assignee in (membersOf("Team A"))
The first will display everything where the custom group field has been given a value that matches the team name. The second will display everything that is assigned to a user that is a member of a given custom group. I believe either should satsify the filtering you are looking to accomplish.
Let me know if you need any more help.
Thanks!
-James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jimmy or whoever sitting reading this since 2019...do you think you answered the question: "make the Kanban column based on label?"
or I don't understand your infinity and beyond level of knowledge...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Fred Kevin,
Welcome to the Community!
I agree with you that I did not answer the question "make the Kanban column based on label?". However, if you read the entire question in the description, the question changed to ask about "how to prevent Team A's tasks from appearing on Team B's board".
To that question I believe I proposed a reasonable answer.
Should the subject line be changed to match the question in the description? Possibly, but that would be up to the author of the post or the managers of the online community.
Thanks!
-Jimmy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jimmy Seddon
Is it possible to create a Column based on a Label?
Thanks,
Jacob
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jacob Ahmu,
No it is not possible to create a Column based on a Label. Columns are used to separate issues based on statuses. If you want to separate issues by label you will need to use swim lanes.
I hope that helps!
-Jimmy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.
Online 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.