I’m working on creating tickets and assosiated articles in connection with a migration from a different ticket system.
I already have the organisations and users (customers) added to the system, and when i add new articles to an existing tickets using the API I would like to make sure the updater/creator of the article is set to a specific user (customer).
I’ve tried everything (createdby, createdbyid, updatedby, updatedbyid) but it appears that whatever I do, the owner of the API key is always used as ID for Updated by and Updated by.
Excellent, that fixed my issue of setting the proper “customer-id” for the ticket article in question. The difference between the two entries below is indeed the origin-by-id property.
Also - do you have a tip on how to make the “agent” note (second entry in the screen cap) appear with the icon on the left side (agent note) and not on the right like in my example.