core icon indicating copy to clipboard operation
core copied to clipboard

incident doesn't update with update status (#219)

Open icecoldPHP opened this issue 9 months ago • 1 comments

When you add an update to an incident it doesn't update the incident's status. This fixes that #219

icecoldPHP avatar Mar 08 '25 00:03 icecoldPHP

It might be cleaner to use an Event and Listener to handle updates to the parent Incident status. You can also added support for triggering a webhook whenever the incident status changes.

You can check out my example here: https://github.com/cachethq/core/compare/main...steffjenl:core:feature/issue-219?expand=1

@jbrooksuk I'd love to hear your thoughts on this approach?

steffjenl avatar Jul 25 '25 23:07 steffjenl