Project

General

Profile

Is there something like a Redmine Service Hook?

Added by Abhay Rana almost 13 years ago

I was working on an application (chat bot) which would automatically announce events happening in Redmine. I've been looking through Redmine REST api and it only lets me "ask" for data, not be notified of events. Is there such a service/plugin that pings me whenever something happens on redmine?

Something like Github service hooks, but for various activities on redmine. Otherwise I'm thinking I'll have to keep parsing the Redmine Activities Feed every minute.


Replies (1)

RE: Is there something like a Redmine Service Hook? - Added by Anonymous almost 13 years ago

The activity feed is populated by the acts_as_activity_provider plugin, which doesn't do anything with events; it only lets you query for an object's activities.

It could be possible to extend the plugin to add an after_save or other callback to activities when being saved. I'd be interested in such functionality too, so please post if you come up with anything.

    (1-1/1)