Does exceeding a WIP limit on a Kanban board trigger an event that could be tied into?
For example to trigger a notification or send a message to a Stride channel when the WIP is exceeded?
Hi @Brett Evans
This is an interesting question, and I wonder why nobody has answered it yet. Long story short is with native automation, you can't do that. However, I think that you will be able to pull this off by using a webhook an Jira's REST API https://developer.atlassian.com/cloud/jira/software/rest/#api-agile-1-0-board-boardId-configuration-get
GET /rest/agile/1.0/board/{boardId}/configuration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.