I know I can set up WIP limits on the Jira boards. I was wondering if anyone has experimented with using Global automations to notify users that have more than X issues in a status or group of statuses on a daily or semi-weekly basis. We struggle with honoring WIP limits we're aiming for, and I'm looking for ways to have the system yell at people for me. :D
How does your team normally collaborate together on a day-to-day basis?
I ask this question because if your team is using methods such as Scrum or Kanban, those have the concept of a "daily standup" where the team makes a plan for the day. And during that, the team could review the board to check progress toward goals and any variation from the team's agreed upon board policies and working agreement.
Additionally, the team could use just-in-time discussion or the retrospective to understand why someone exceeds the agreed upon WIP limits, perhaps using the CFD to see high WIP without notification messages. Some possible root causes for the why could be:
Understanding the why to solve the root cause may eliminate the need for automated notifications. Otherwise, such notifications could lead to unintended consequences:
Kind regards,
Bill
That doesn't really answer the above question of how to write an automation that can notify people if the WIP limit is exceeded.
I'd like to know how to do this as well. I don't need 'coaching' on why this has occurred, just technical example of how to write a Jira automation to do this notification.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @paul.clarke -- Welcome to the Atlassian Community
Have you tried using an automation rule with the lookup work items action to count the items in each status to send an email / message to the entire team? That could be checked when a work item transitions status, or using a scheduled trigger to check daily, hourly, etc.
Kind regards,
Bill
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.