I see there are plenty of options for creating custom rules in Azure DevOps, but I don't see one (or perhaps I'm not interpreting it correctly), that handles this scenario.
I have an Epic. That Epic has a state of "In Progress".
That Epic has 10 user stories as linked child items. Each Story has a state as well.
Can I create a rule that when all 10 of those stories stages reach "Done", then the parent Epic will automatically change state to "Done"?
Any thoughts on how to do this?