zammad icon indicating copy to clipboard operation
zammad copied to clipboard

Text-Modules CSV-Import with multiple groups

Open ChibangLW opened this issue 4 years ago • 0 comments

Infos:

  • Used Zammad version: 4.1.x
  • Installation method (source, package, ..): package
  • Operating system: Ubuntu 18.04

Expected behavior:

  • Same behavior between UI and CSV import for text modules
  • Actually to be able to import a text module with multiple groups via CSV

Actual behavior:

  • Only possible to import text modules with a single group. Otherwise import fails.
  • Tried “group1, group2”, “group1; group2”, “group1 group2” and “[group1 group2]” to no success

Steps to reproduce the behavior:

  • Try to import a text module with more than one group
id,name,keywords,content,note,active,groups
1,test,testing,Xyz,,true,Group 1
2,test,testing,Xyt,,true,Group 1 Group 2

Yes I'm sure this is a bug and no feature request or a general question.

See community board post: https://community.zammad.org/t/text-modules-csv-import-with-multiple-groups/7259

ChibangLW avatar Jul 22 '21 07:07 ChibangLW