hubot-pager-me icon indicating copy to clipboard operation
hubot-pager-me copied to clipboard

PagerDuty integration for Hubot

Results 14 hubot-pager-me issues
Sort by recently updated
recently updated
newest added

If someone is paged, and they are in chat, it's usually easiest to just `/pager ack` from chat. The only output is a list of incident numbers acknowledged. So, usually...

enhancement

We've seen times when someone goes like: ``` hubot pager sup hubot pager me 1234 ``` ... while attempting to acknowledge the 1234 incident. Instead, this adds a schedule override...

bug

Since https://github.com/hubot-scripts/hubot-pager-me/pull/4, `ack` and `resolve` will only act on your own incidents by default. They support `ack!` and `resolve!` to disregard that. I think it'd make sense to keep parity...

enhancement

As of today, the test suite for this script package is limited to verifying that a particular listener is registered. It does not fire off a bot interaction to cover...

enhancement