Hello there!
I’m using the Shotgun Event Framework to query EventLogEntries. I’d like to filter the handled events by the uploader user, which is in my case a Script user. However I noticed that if I query such event’s log entry it’s user value is None.
If I query some manual modifications’ event log entries done by Human users, they contain the users’ data.
Is this a bug? Am I missing something? How could I determine the Script user for an EventLogEntry?
Thanks in advance!