Feature #3792
closedmove issue tool should also have a target category field
0%
Description
If I need to move a bunch of issues from a one project to another, I often want to keep them together by placing them into a category of the target project.
Related issues
Updated by Ве Fio almost 15 years ago
It also makes sense inside a project. I keep forgetting that I can't "move" an issue to another category. Move is the logical place to look for that.
Updated by Felix Schäfer almost 15 years ago
No, the Category is an attribute of the ticket and is changeable in the Update pane, the Move action is really only intended for moving tickets from one project to another (which involves some more backend processing than "just" changing an attribute).
Anyway, Category is available for mass-editing in the issue list, so you could just select all the issues for which you want to change the category, right-click on an "empty" space of the selected issues and assign them a new Category.
Updated by Lucas Panjer almost 15 years ago
The original use case that failed without this feature was as follows:
- Have two projects A and B
- Have many issues in each project, many categorized, many uncategorized.
- Try to move a set of issues from project A (category 1) into project B (category 2).
- Note to yourself that you can't assign category 2 on move at this point.
Since you can't assign the category on move, and I believe the category is only sticky if you have the same category in both projects, it's very easy to lose the issues you just moved in the morass of uncategorized issues in project B. Obviously you can go find all the issues and assign a category, but it's not always easy to find them when you have non-trivial numbers of issues.
There is a workaround of creating matching fake categories in each project before you do these moves, but this is obviously unintuitive.
Hopefully this clarifies the motivation for such a feature.
Updated by Alex Last over 14 years ago
we just hit the same problem. it's VERY inconvenient to move hundreds of issues from 1 project to another (we're reorganizing our redmine categories structure).
a must-have step is "choose related categories":
src cat1 --> dest category1
........
Updated by Go MAEDA almost 9 years ago
- Status changed from New to Closed
- Resolution set to Fixed
The feature to move issues was integrated with the issue update form by #4769 (Redmine 1.4.0) and now we can choose a category on a destination project.
Updated by Go MAEDA almost 9 years ago
- Related to Feature #4769: Ability to move an issue to a different project from the update form added