Execute SQL statement list after save issue
- Copy the plugin directory into the plugins directory
- (Re)Start Redmine
Plugin aims to support and is tested under the following Redmine implementations:
- Redmine 5
Plugin aims to support and is tested under the following Ruby implementations:
- Ruby 3.2.3
Plugin aims to support and is tested under the following Rails implementations:
-
Rails 6.1
-
Usage
- Add *.sql files into 'sql' directory
- SQL-files will be executed after each modify issue
You can use parameters for sql expression. %id% => id of the issue object
Currently the following hooks are supported:
- :controller_issues_new_after_save
- :controller_issues_edit_after_save
- Better documentation (Read the source for now)
Copyright (c) 2024 Alexey Smirnov