Is it possible even limiting the WIP with the minimum and maximum value of cards manually create a blocking rule or automation to not let them move more cards than the number already configured?
As most documents/blogs suggest, the Kanban board is more for view-ability and not for restriction.
Didn't find any way to add a restriction but I can suggest a workaround where you can send a mail to a set of people if the limit is breached. Below is my theory:
* Using https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-rest-agile-1-0-board-boardid-configuration-get, fetch the MAX value of the board's column
* Using https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-rest-agile-1-0-board-boardid-issue-get, get the issue count for that board
* Compare the values received from about the steps above and send our a email if the value is breached.
Hope this helps :-)
---
PS: Not tested any of this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.