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
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.