Feature #6965
closedOption to Copy Subtasks when copying an issue
0%
Description
I am wondering if there is a way to make the copy function, copy the subtasks related to it? This functionality is similar to the move function where if you move a main task, all the main tasks sub-tasks are moved as well.
Maybe there should be an option on the copy and move pages that lets you say wether or not you want to also copy/move the subtasks associated to the main task.
I couldn't find any open issues related to this so I am logging this as a feature request.
Thanks,
John
Files
Related issues
Updated by John S almost 14 years ago
Anyone able to give guidance on how to do this? I am trying to make this change on my own. I believe the change needs to be made in the issues.rb model and the issue_moves\new.rhtml view... perhaps changes to the issue_moves_controller.rb file need to be made as well... and the en.yml file?
Any help is appreciated.
Thanks!
Updated by yannick quenec'hdu over 13 years ago
John S wrote:
Anyone able to give guidance on how to do this? I am trying to make this change on my own. I believe the change needs to be made in the issues.rb model and the issue_moves\new.rhtml view... perhaps changes to the issue_moves_controller.rb file need to be made as well... and the en.yml file?
Any help is appreciated.
Thanks!
+1
Updated by Etienne Massip about 13 years ago
- Assignee deleted (
Jean-Philippe Lang) - Target version set to Candidate for next major release
Updated by Tiemo Vorschuetz almost 13 years ago
Hi,
I also was looking for a solution to copy all subtasks when copying the main task. In addition it was necessary for me to allow copying across projects including all subtasks. The author of all newly created tasks should be automatically set to the user who copied the main task (#8452).
I merged all these approaches into a plugin for 1.3.1.
Please feel free to test it.
Regards
Tiemo
Updated by Cassiano Monteiro over 12 years ago
+1!!
Great plugin Tiemo, thanks a lot! I was looking for something like this long time ago!
One thing: it doesn't copy the relationships between issues along them. Also, when I tested it, it assigned the target version to the child issues, but not to the parent one. Can you take a look at that?
Many thanks!
Updated by Ladislav Nesnera over 12 years ago
Sounds like perfect feature but doesn't work with 1.4.2 :(
rake db:migrate_plugins RAILS_ENV=production
(in /usr/share/redmine)
undefined method `move_to_project_without_transaction' for class `Issue'
Tasks: TOP => db:migrate_plugins => environment
(See full trace by running task with --trace)
Updated by Rafael Vargas over 12 years ago
Plugin works just fine on 1.3.0. Thanks a lot!
Updated by Rolf Stetter about 12 years ago
+1
Anybody tested the plugin successfully with 2.0.3?
To me this seems rather a major bug to be fixed within the core.
Updated by Jean-Philippe Lang about 12 years ago
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next major release to 2.1.0
Updated by Jean-Philippe Lang about 12 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Feature added in r10327.
Updated by Jean-Philippe Lang about 12 years ago
- Subject changed from Copy Function - Option to Copy Subtasks? to Option to Copy Subtasks when copying an issue
Updated by Teruo Kawamoto about 12 years ago
Great!!
I'm looking forward to this release.
Updated by Go MAEDA over 8 years ago
- Has duplicate Feature #7328: Cloning/Duplicating an Issue with subtasks should allow to clone/duplicate the sub-tasks as well added
Updated by Go MAEDA over 8 years ago
- Has duplicate Feature #11076: Copy/duplicate all subtasks when copying the main task added