Updated/Created by property does not seem to work on articles from API

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.

Is this by design, a bug, or something I do wrong :slight_smile:

I think we had this recently, did you try origin_by_id ?

Should also be available for the article creation.

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.

Thanks again, and thanks in advance :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.