Project

General

Profile

Feature #29664

Updated by Marius BĂLTEANU 6 days ago

To have Redmine be able to at least use POST method with web hooks upon multiple events, similarly implemented in GitLab or GitHub. This will allow to integrate Redmine into other networks, which people may use for team communication. 

 Webhooks have been implemented for the following objects: Trigger event examples: 
 # @Issue@ * On Issue Created 
 # @News@ * On New Repository Commit 
 # @TimeEntry@ * On Forum Post 
 # @Version@ * On Wiki page edit 
 # @WikiPage@ * On Wiki page created 
 # @Version@  
 * On New Document added 
 * On New activity 
 * On News posted 

 etc 

 To make it better than GitLab, you can even allow users to input custom JSON *subscribe headers* and *subscribe body* in order to make it compatible with any web hook format, else some services might have parsing problems and result in a rejected request.

Back