We have a setup where each release consists of three releases, each having six sprints with a two-week duration. The completion date of the last sprint must align with the release end date. Additionally, we require a Quality Gate (QG) review to occur four days before the last sprint's end date. For this, an automated email/notification should be sent as a reminder to the QG reviewer (assigned as a Project Role).
However, we have identified that in Jira, there is no inherent link between the sprint completion date and the release end date. Furthermore, we need the configuration to dynamically adjust when a new sprint (e.g., a 7th sprint) is added to the release.
Could you please guide us on how to configure this setup and automate the process to ensure:
Hi @mahima_bhat
What you describe might be possible using automation rules. As you clarify your scenario during building the rules, you will learn if there are any gaps in the solution.
From what you describe, using the Sprint Created or Sprint Started rule triggers could be used to then create (or update) the release versions with the data alignment. Again, you would need to build this to confirm how you know when a sprint is within the normal 6 sprints / release versus an extra 7th sprint.
With those rules in place, sending the notifications could use saved filter subscriptions or another email rule with a Scheduled Trigger.
Successfully using automation rules requires learning and experimentation. I recommend mapping out the steps for your process, identify where rules could help, and building / testing them. And if you run into challenges, post images of your rule and explain what is not working so the community may offer suggestions. Your Jira Site Admin should also be able to help create the rules.
To get you started on creating your rule, please refer to these documentation and example sources:
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.