Patch #10582
closed
When creating poject assign members automatically to it
Added by Sajin Andrei over 12 years ago.
Updated over 11 years ago.
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
please add to plugin list
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.
+1
thought about doing this with the rest api but this would be great as a integrated feature
- Status changed from New to Resolved
- 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.
Also available in: Atom
PDF