<div dir="ltr"><div>Hi everybody,<br><br></div>I am trying to create a ticket from the CLI that includes customs fields.<br><br><div>rt create -t ticket set subject="Test ticket created with CLI" set queue=Sistemas set CF.{Tipo}=Incidencia<br><br></div><div>The ticket is created buy I get an error message about the custom field:<br><br># Invalid custom field name (tipo)<br><br></div><div>Actually the custom field content is not set in the ticket. <br><br>I have also tried using the CLI edit option but I get the same error (also letting the editor that pop up and filling the CF):<br><br>[alcachi@rt ~]$ rt edit ticket/28302 set CF.{Tipo}='Incidencia'<br># tipo: Unknown custom field.<br><br>id: ticket/28302<br>cf.{tipo}: Incidencia<br><br>I have checked the name of the CF is right because if I set the CF from the web interface and the use the show CLI option it works fine:<br><br>[alcachi@rt ~]$ rt show ticket/28302 -f CF.{Tipo}<br>id: ticket/28302<br>CF.{Tipo}: Incidencia<br><br></div><div>I am using an old version of RT (3.8.9). Does the CLI support creating tickets with custom fields?<br><br></div><div>Thanks in advance<br></div><div><br><br></div></div>