Project

General

Profile

Actions

Feature #18831

open

Support Automatic Assigning of Issues on Status Change

Added by Chris Bush over 9 years ago. Updated 3 months ago.

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

Related to Redmine - Feature #18391: "IF THEN" automatic workflow New

Actions
Actions #1

Updated by Moritz Koehler about 9 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

Actions #2

Updated by Toshi MARUYAMA about 9 years ago

Actions #3

Updated by Hugo da Silva da Silva about 6 years ago

I have the same demand.

Actions #4

Updated by Stefan Mueller 3 months ago

We have same demand.

Actions

Also available in: Atom PDF