Feature #18831
Support Automatic Assigning of Issues on Status Change
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues workflow | |||
Target version: | - | |||
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
History
#1
Updated by Moritz Koehler about 8 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
#2
Updated by Toshi MARUYAMA about 8 years ago
- Related to Feature #18391: "IF THEN" automatic workflow added
#3
Updated by Hugo da Silva da Silva almost 5 years ago
I have the same demand.