I am looking for a solution to set up or create JIRA Automation rules for Rejecting assignments when Team/Team Members have no Bandwidth based on Story points or efforts in a sprint.
lets say the Team is assigned some tasks already and project plan has been created. Now a new Requirement comes up from a Product owner and we are trying to accomodate those efforts by assigning the Tasks /epic etc to Team or Team members in the current sprint.
AUtomation rule should reject that and send a notification instead.
Hi @Krishma Sood -- Welcome to the Atlassian Community!
Although it is possible to do this with automation rules, I encourage not doing so. Instead first consider discussing with the team what is happening, the root causes, and how to improve.
What you describe may be a symptom of other possible challenges. For example:
If an automation rule is used to manage the symptom, it may cause unintended consequences, such as people may no longer assign work to themself or not update the accurate status of work items. Having the team discussion about the above topics, and the value of the plan, may help identify how to improve.
Kind regards,
Bill
@Bill Sheboy Thanks for your response.
I am very new to JIRA automation and learning.
I need to implement this scenario as an assignment and not in a real world application as such. I have to explain the pros and cons as well, so your response is definitely helpful when i would be showcasing the Automation.
So i am still looking for the Answer to How best i can achieve this.
Any Alternative approach which suits the right way of doing this is also accepted.
Thanks,
Krishma
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Again in my opinion, solving this scenario with an automation rule is not helpful for a team, and I question if the "assignment" is missing information about why it is needed. Made up scenarios like this make me wonder: exactly what concept is being taught that the solution would undermine the team's health?
Regardless of that...
As you describe being new to writing automation rules, I recommend first trying to create this rule. Successfully using automation requires learning and experimentation.
To get you started on creating your rule, please refer to these documentation and example sources:
For an idea about creating such a rule, consider triggering it on issue assignment, then using the lookup issues action for other issues assigned to the same person, and finally using rule conditions to decide next steps. A similar rule would be needed with a trigger on issue creation as issues may be assigned when created.
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.