Feature #29664
openWebhook triggers in Redmine
0%
Description
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.
Trigger event examples:- On Issue Created
- On New Repository Commit
- On Forum Post
- On Wiki page edit
- On Wiki page created
- 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.
Related issues
Updated by Anonymous about 6 years ago
The only related feature I found: https://www.redmine.org/issues/23368 but is closed
Updated by Go MAEDA almost 6 years ago
- Related to Feature #23368: webook/push notifications added
Updated by Go MAEDA almost 6 years ago
- Has duplicate Feature #3971: Add new notification abitily. added
Updated by George Chester almost 4 years ago
This would be really nice. I'm trying to join in Camunda BPM into a ticket so a ticket can be assigned a proecess. Webhooks would be wonderful.
Anyone got ideas?
Updated by Ferdinand S over 2 years ago
I would also benefit form this feature greatly. We use Shortcut (shortcut.com) as a Scrum tool and it would be great if we could consume Redmine webhooks in order to update user stories in Shortcut.
Is there any plan for this feature?