Actions
Feature #18831
openSupport Automatic Assigning of Issues on Status Change
Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues workflow
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
I'd like the ability to update the "Assigned To" field to certain macros when an issue status is updated to certain statuses. For example, if I change the status to something like "Awaiting More Information," I'd like the Assigned To field to automatically be updated to the reporter (perhaps as a <<reporter>> macro, similar to <<me>>). This could be accomplished by adding a field to the Issue Statuses interface in administrative settings.
Related issues
Updated by Moritz Koehler almost 10 years ago
try this plugin
http://www.redmine.org/plugins/custom-workflows
the code would look like.
self.assigned_to_id = User.find_by_login("ChrisBush").id if status_id == 14
it runs great for me. Im using redmine 2.6
Updated by Toshi MARUYAMA almost 10 years ago
- Related to Feature #18391: "IF THEN" automatic workflow added
Actions