JOEcom

Results 1 issues of JOEcom

Is there a way to stop a running TimeEntry? I have started the stopwatch with CreateTimeEntryAsync(). `var now = DateTimeOffset.UtcNow; var timeEntryRequest = new TimeEntryRequest { Start = now, ProjectId...