Fixed
Details
Assignee
Benjamin ReedBenjamin ReedReporter
Will KeaneyWill KeaneyHB Grooming Date
Feb 28, 2023HB Backlog Status
Refined BacklogSprint
NoneFix versions
Priority
Medium
Details
Details
Assignee
Benjamin Reed
Benjamin ReedReporter
Will Keaney
Will KeaneyHB Grooming Date
Feb 28, 2023
HB Backlog Status
Refined Backlog
Sprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created February 21, 2023 at 3:32 PM
Updated May 30, 2023 at 4:00 PM
Resolved May 30, 2023 at 4:00 PM
When handling callbacks from a ticketing system, we need to be able to find the alarm to update by TTID.
OPA currently does not offer a method to do that, and the Alarm object its DAO returns lacks information like TTicketID.
Please add a method to OPA’s AlarmDAO API to find and return alarms by TTIcketID.
It would also be nice to have a convenience method to clear the alarm, else we're stuck doing some additional work either with the model AlarmDao or by forwarding another event