suer / redmine_webhook

147 stars 81 forks source link

Problem triggering webhook when ticket is created from email #52

Open karkaletsis-gnomon opened 11 months ago

karkaletsis-gnomon commented 11 months ago

I am using https://www.redmine.org/projects/redmine/wiki/redminereceivingemails to auto create tickets based on emails In this case webhook is not triggered. Do you have any idea how to achieve this?

salmanmp commented 11 months ago

Because this plugin works based on Issue after_save hooks, instead of models after_save methods, and that rake task does not call hooks.

karkaletsis-gnomon commented 10 months ago

is there any workaround or any other solution to achieve this?