My team has some items that are considered 'Business As Usual'. They reoccur every sprint.
Currently, I have an automation in place that creates and closes these issues when a new sprint is opened or closed, respectively. This is done with labels (i.e. if the issue has a certain label when the sprint is closed, the issue is marked as 'Done').
The problem is with the reporting/story points. Since the trigger is the sprint closing, the issue is considered 'incomplete' when the sprint closes; the issues are marked done a few seconds later. The story points don't get deducted in the charts as well.
Is there a way/trigger to close the issue at the sprint closing, so the issue is 'Done' within the sprint? Something other than a scheduled trigger (like every two weeks, close the labelled issues) is desired.
thank you!
Before going into a possible workaround, may I take the liberty to challenge a couple of things in your process:
If you still want to automate the process, you seem to have all the logic in place to reduce the manual work of creating new issues. I would suggest to split the automation rule, so that you can (scheduled or from a manual trigger) close the issues separately before you close the sprint and create the new issues.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.