I am working on integrating my reviewboard instance with Slack using the webhook interface.
It works pretty well for review_request_* events, but I cannot make it work (purely with the template) for reply_published and review_published events. The reason for that is that, in order to write a meaningful notification, I need information that pertains to the current review_request, which is not available in the payload for reply_published and review_published events. I think the simplest way of solving that would be for the payload of the reply_published and review_published events to also contain the review_request JSON, under the review_request key. To other users: would that be useful to you? To the developers: would you be open, in principle, to adding review_request in the payload of these events? I would be happy to propose a patch. -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
