Defect #26148
closedCannot import custom fields with multiple values in 3.3
0%
Description
hi,
I use the Redmine v3.3 import fucntion , the Custom field(List) value can not be set.
Seems to support only Text format ???
My inistall information
Environment:
Redmine version 3.3.3.stable.16662
Ruby version 2.2.7-p470 (2017-03-28) [x86_64-linux]
Rails version 4.2.7.1
Environment production
Database adapter Mysql2
SCM:
Subversion 1.9.3
Git 2.13.0
Related issues
Updated by Mischa The Evil over 7 years ago
- Status changed from New to Needs feedback
- Resolution set to Cant reproduce
I can't reproduce the issue with the current amount of information. Setting custom field values for custom fields of types other than text
(eg. list) during issue CSV import is supported and working (just tested it on a vanilla source:/trunk@16643 with a list type custom field).
Updated by kay_chen kay over 7 years ago
I use v3.3.3 is not work,can you give me a csv example ? (I test is the first export csv and then import)
Updated by Toshi MARUYAMA over 7 years ago
- Resolution deleted (
Cant reproduce)
I can confirm Redmine 3.3 cannot import list custom fields.
I can confirm Redmine 3.4 can import list custom fields.
It seems #16549 fixed it.
Updated by Toshi MARUYAMA over 7 years ago
- Related to Feature #16549: Set multiple values in emails for list custom fields added
Updated by Toshi MARUYAMA over 7 years ago
- Subject changed from Redmine v3.3 import fucntion , Custom field only support Text format ? to v3.3 cannot import list custom fields
Updated by Toshi MARUYAMA over 7 years ago
- Tracker changed from Feature to Defect
Updated by Mischa The Evil over 7 years ago
- Status changed from Needs feedback to Confirmed
Updated by Jean-Philippe Lang over 7 years ago
I've committed a test for importing issues with a list custom field (r16834).
It passes on both trunk and 3.3-stable. I've also tested it manually on 3.3-stable, it works. Could someone provide more detailed information to reproduce this issue?
Updated by Toshi MARUYAMA over 7 years ago
Redmine 3.3 cannot import multi items.
#,Subject,cf_issue_list_01 ,test1,a ,test2,"a, b"
- test1: a -> a
- test2: "a, b" -> ""
Updated by Jean-Philippe Lang over 7 years ago
- Subject changed from v3.3 cannot import list custom fields to Cannot import list custom fields with multiple values in 3.3
- Status changed from Confirmed to Closed
It was indeed implemented as part of #16549 for 3.4.
This is not a simple fix, it won't be merged into 3.3.
Updated by Jean-Philippe Lang over 7 years ago
- Subject changed from Cannot import list custom fields with multiple values in 3.3 to Cannot import custom fields with multiple values in 3.3