Logging time from gadget - starting time configuration

Issue #639 resolved
ŁukaszK created an issue

When users has logged worktime in timesheet gadget, the system is adding they worktime to worklog. We have big problem that, the lot of users logged their worktime after work and gadget logged it, as if it started now, so when we generate worktime report for month we have bad information, that user, who logged 8 h at 5 p.m., was starting work at 5 p.m, but actually they finished work at 5 p.m.

Can you add new configuration option for start time like in standard jira mechanism, or add new parameter to pop-up?

Comments (6)

  1. Andriy Zhdanov

    Hi Lukasz,

    Do you think it's fine if gadget will adjust start time automatically, basing on logged hours and current time? I.e. startTime = currentTime - workedDuration.

    Until it is done, there is (more) link to let users specify start time manually.

    Thank you.

  2. ŁukaszK reporter

    logwork.png

    Hi Andriy,

    I see some new problem, when user logged 2 worklogs at the same time, we will see that he working on 2 issues at the same time.

    In my opinion the best solution it will be add field "Date Started" to pop-up and filling the field value: startTime = currentTime - workedDuration.

    Best regards, Łukasz

  3. Log in to comment