Vote #75927
未完了Support Automatic Assigning of Issues on Status Change
0%
説明
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 <
journals
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I have the same demand.
--------------------------------------------------------------------------------
related_issues
relates,New,18391,"IF THEN" automatic workflow