Defect #11481
openCopying Projects (with Tickets) not working
0%
Description
When i try to copy a project, that has tickets in it, redmine does copy the project itself, but not the tickets. Also it doesn't put the copied project under the selected project, it always copies the project to the root-area.
It might be the same problem that occurs, when copying multiple tickets. Redmine just doenst do anything (no error message). But it works fine when copying a single ticket.
We use the following Installation (no plugins, but customfields):
Redmine version 2.0.3.stable
Ruby version 1.8.7 (x86_64-linux)
Rails version 3.2.6
Database adapter MySQL
Related issues
Updated by Eric Diaz over 11 years ago
Hi
same trouble in version 2.1.4
In my case, it seems that a mandatory custom fields fullfilled in sources tickets is the root cause.
If I put this custom field as no mandatory, tickets are well copied but all the custom fileds are set to null.
My opinion is that the first copy failed because all custom fields are set to null so that mandatory one's are in error.
Seems related to issue #11315, #13518 and #13540.
As far as I m concerned, the solution porposed in #13540 doesn't work.
=======================================================
My environment :
Redmine version 2.1.4.stable
Ruby version 1.8.7 (x86_64-linux)
Rails version 3.2.8
Database adapter PostgreSQL 8.4.11
Regards
Updated by Toshi MARUYAMA over 11 years ago
- Related to Defect #11315: When I copy a project it does not copy the issues custom fields' values added
Updated by Toshi MARUYAMA over 11 years ago
- Related to Defect #13518: To copy project doesn't copy the issues' custom fields in version 2.2.3 added
Updated by Toshi MARUYAMA over 11 years ago
- Related to Defect #13540: To copy project doesn't copy the issues' custom fields in version 2.3.0 added
Updated by Mischa The Evil over 7 years ago
- Status changed from New to Needs feedback