we consider updating the total time spent on a ticket via API from an external time recording system daily .
however, this might conflict with existing time logs, which are updated later (after reviewing them, typically once a week).
the reason is, that the total time spent needs to be as much up to date as possible, but importing time logs takes time running through an internal process.
what happens to the total time spent, if we update it via API and a time log is added afterwards? will it be updated by the timelog?