I am looking for the ability to set a WIP limit per user, as my team has anywhere from 3-7 team members. I want to limit each person, not just the column. For example, if I want to set a WIP of 3 per person, I would set it to 21 if I have 7 people on the team, but if I only have 3, that could ultimately have 7 tasks. Is there any way to set it on a per user basis?
Community moderators have prevented the ability to post new answers.
Hello community!
I would like the input on the below for a potential feature request.
Narrative
=========
AS a team member
I WANT jira to stop me from going above my defined WIP limit
SO that I can stop staring and start finalizing
Scenarios (in this case based on classes of services aka CoS)
===========================================================
GIVEN an attempt to assign an issue to a user
WHEN the issue is expedite and there is one current expedite issue assigned
THEN do not accept the assignment
WHEN the issue is non expedite (fixed delivery date, standard or intangible) and there are two current non expedite issues assigned
THEN do not accept the assignment
Implemetation proposal
==============
Note how the two WHEN can be expressed as JQL filter an operator and a count. Let us call them Personal WIP rules:
filter, operator, count
PWIP rule1: CoS = "expedite", <=, 1
PWIP rule2: Cos in ("fixed delivery date", "standard", "intangible"), <=, 2
These rules should be assigned to user roles.
Suppose some user (the originator) attempts to assign an issue to a another user or self (the target). The system will count the current tickets assigned based on the filter rules for the target user, will apply the filter rules for the current issue and if a filter condition is matched then the count will increase for that filter. The rule will evaluate and only if the user can accept the ticket the operation will be successful.
In fact the target user should not be even presented as a candidate to resolve the ticket. At a minimum, as stated above, the validation of the submission should fail. The result should be an error like "Could not perform this action. Personal WIP limit reached"
Thoughts?
Best,
- Nestor
I do not believe this is yet available.
We've historically either set no limit, which does nothing to resolve the issue or we simply multiply total team members by the max # of WIP we want them to be working on.
This has its issues as well bc clearly other team members can go over their soft limit and affect someone else's ability to show they've begun working on a new issue.
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.
I'm sorry but the boards to not differenciate between swimlanes. The min and max for a column is for the entire column reguardless of how you divide it. Setting your max to 21 would allow 7 people to have 3 issues or 1 person to have 21 issues.
The only way you can control this that I am aware of is making individual Kanban boards for each employee and setting the WIP on each board.
If you want to see all work across the team you could use a Scrum board for the combined work of the team but that will only allow you to control the WIP for the team and not for each member.
I use a combination of both boards to acheive what you need. As the project manager and Scrum Master I run the Scrum board, make sprints, and deligate work in two week chunks across multiple projects. This allows me to control the WIP for all the teams. I then made indivdual Kanban boards for each team member that they can use to see only their work. This also allows me to control the WIP for each person. The boards are linked by a filter and assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As a technical communication department, we are working on moving away from the scrum system, which is great for developers who share a single project, with a clearly defined final goal for each Sprint. However our "continuous project" is the department itself, our Epics represent individual project types, and Stories are pretty much the only task-type we use. The individual tech-writers write their own stories within the so called epic (or - as just mentioned - project type).
We are hoping to glide into using our Kanban boards as a kind of Scrumban framework and don't foresee too many difficulties in doing so.
With the scrum system still in place I have configured Kanban boards (from scrum/sprint filters) for each assignee. This does allow me to set limits (or configure column constraints, as it's called) for the individual assignees, but with the Kanban board set up as it is the assignees can only see Epics which they themselves have written (or for which they are the reporters).
The snag is that in order to access all of the Epics within the (never-ending-departmental-) project, assignees have to stray from their "individual" Kanban boards (to write their stories). Does anyone know if there is any way one could gain access to all of the epics in the project from the individually adapted Kanban boards?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
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.