Please support WIP Limits across multiple columns #103010
Unanswered
erinmez
asked this question in
Projects and Issues
Replies: 1 comment 5 replies
|
Hi @rileybroughten, do you have any thoughts on this? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Feature Area
Projects
Body
It was discussed here and I think it is time to revisit the topic:
https://github.com/orgs/community/discussions/4848
In order to apply "Kanban", it's necessary for me to have work signaling properly. In "Kanban" an On-Going and Done column for each area/step (e.g. Development) is used to signal and buffer work correctly by limiting work across BOTH columns.
The problems with the current approach to have WIP-Limits on an "On-Going" or "Done" is as follows:
if the WIP limit is only on the on-going column:
people can fill up the done column & there is no incentive to empty the done column by moving items to the next step's on-going column
if the WIP limit is only on the done column:
people can start new work items as they please with no boundary and once they are finished they are breaching the WIP limit of done.
Thus the signaling is wrong, they should not have started the work in the first place.
The WIP Limit should be rather across those columns:

Please see the following reference for more details on how it is / was used in Microsoft:
Agile Project Management with Kanban used in some Teams in Microsoft.
Guidelines
All reactions