There is a task to add an event (sending SMS) with the priority of the task immediately.
Eliminated to /redmine/app/models/mailer.rb
I see this
:subject => "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue.subject}" those. should isssue have a method issue.priority? and if it is immediate, then run a third-party script with parameters
he himself is not strong
I try
if issue.priority? == "Нормальный" system("php /var/www/redmine/app/models/run.php") end getting
NoMethodError (undefined method `priority? 'For #):
version 2.5.2.stable