Summary
The ticket T414979 introduced automatic closing of SI cases when all associated accounts are blocked, but only for new blocks.
User story
As steward/user with SI permissions I don't want to have to manually go through all open existing cases. There probably are already existing open cases created before the T414979 ticket that could also be auto-closed.
Acceptance criteria
- Create a maintenance script that queues SuggestedInvestigationsAutoCloseForCaseJob for every currently open SI case. The job already re-checks status and block state before acting, so it is safe to queue broadly.
- Optionally add a --dry-run param.
- The script should run during wiki update.