Added by Sandro Frenzel over 3 years ago
Hello,
while trying to implement an adapter to another system I use the hooks :controller_issues_new_after_save and :controller_issues_edit_after_save.
The problem is now that it can happen that the issue will be updated without an user form action because of calling https://www.rubydoc.info/github/redmine/redmine/Repository.fetch_changesets.
So, is it possible to hook into that call so that I can run all logic from controller_issues_new_after_save, too?
Best Regards