You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've implemented Hipchat support (./src/iris/vendors/iris_hipchat.py), but actually integrating this into Iris and Oncall isn't obvious to me.
In Iris, I can add a new mode (through a DB edit) called "hipchat". This is reflected in all the expected places in the UI.
Making a similar change to Oncall, for example in the contact_mode table, does not propagate any changes to the UI. Can I safely assume this is work in progress or am I missing something?
The text was updated successfully, but these errors were encountered:
I've implemented Hipchat support (./src/iris/vendors/iris_hipchat.py), but actually integrating this into Iris and Oncall isn't obvious to me.
In Iris, I can add a new mode (through a DB edit) called "hipchat". This is reflected in all the expected places in the UI.
Making a similar change to Oncall, for example in the contact_mode table, does not propagate any changes to the UI. Can I safely assume this is work in progress or am I missing something?
The text was updated successfully, but these errors were encountered: