Patch #10582
closedWhen creating poject assign members automatically to it
0%
Description
In my company I had a request to found a plugin for redmine in order to solve a problem like this one : http://www.redmine.org/boards/2/topics/3824 (assign a few members (from a group) automatically to projects when they are created)
For this purpose I created a plugin in order add default members from a default group with default roles(specified in plugin settings)
Files
Updated by Jean-Philippe Lang over 12 years ago
I think you don't need this hook in the controller since you do not use any parameters. You could just add a standard after_create
callback on the Project model to automatically add some members.
Updated by Hannes Meier over 12 years ago
+1
thought about doing this with the rest api but this would be great as a integrated feature
Updated by Sajin Andrei over 12 years ago
Done http://www.redmine.org/plugins/default_members
Terence Mill wrote:
please add to plugin list
Updated by Jean-Baptiste Barth over 11 years ago
- Status changed from Resolved to Closed
Closing this as the plugin seems to answer the problem. Fyi #5605 was mentionning a similar feature (inherit members in sub-projects) and has been integratedin Redmine 2.3.x.