- Used Zammad version: 4.0
- Used Zammad installation type: package
- Operating system: Ubuntu 18.04
Greetings,
I’m somewhat trying to automate our Zammad setup so I’m mostly using the rails console to do the customization. Currently I’m trying to create objects via Console (which works fine with ObjectManager::Attribute.create - objects are editable/deletable in the UI) but if I want to use these custom objects for ldap mapping the debug_issue.rb script, which I found, tells me that the attribute couldn’t be matched. I restarted Zammad, did Cache.clear and so on but I don’t seem to get it working.
Did someone try something similiar or maybe has a hint which causes this problem?
PS: creating the objects via UI and using them is working as intended