[TIME-268] Editable Timesheet

Issue #268 resolved
Andriy Zhdanov created an issue

Initiated by faraktingi on Apr 28, 2012:

Please I wanted to get your opinion regarding an editable Timesheet to let the users enter more easily their Work log (for each week by quarter).

By azhdanov/Andrew Zhdanov on Wed, 11 Jul 2012 01:59:49 -0700

Comments (4)

  1. Andriy Zhdanov reporter

    ----Original Message----
    From: Andriy Zhdanov azhdanov@gmail.com
    Date: Sun, 13 May 2012 11:23:17

    I've spent some time looking what we can do. First, I found 'gadgets.io.makeRequest(url, handleResponse, params)' (here < http://www.slideshare.net/GoAtlassian/us3-go-go-gadgets> ), to request Jira REST resources, it works from gadget.xml, and should work from vm, I think. That's why we probably don't need to rewrite it. Or may be we don't even need this makeRequest. I guess it's only needed to request third-party resources, but not jira itself. May be we can just use jquery $.ajax. But that's not so important.

    The problem, I've come across, is that my gadgets are summary gadgets, so entries do not have particular worklog entry to update.

    Thus I have added primitive way to update worklog entry in details Timesheet Report (because it shows row per record). Then I think it's possible to let add work log, for existing issue and also add more issues to log work done for them. The latter could be done in report and in gadget also.

    I just can't think out how to update worklog in timesheet gadget easily, because entries are summed up. May be we could let edit the last record.

    Finally note, useing Jira's update worklog has minor problem, it does not return to the report, and setting returnUrl does not help.

    Committed revision 168141.

    By azhdanov on Wed, 11 Jul 2012 02:03:01 -0700

  2. Andriy Zhdanov reporter

    Le 16 mai 2012 à 09:40, Andriy Zhdanov azhdanov@gmail.com a écrit :

    I've just added details tooltip to timesheet gadget, with links to edit worklog.

    It's also possible to add new entry.

    And in Group Timesheet similar details tooltip, but adding new entry is not applicable.

    Feature is not applicable for Pivot summary and report at all

    Committed revision 168528 details tooltip to update hours in group timesheet
    Committed revision 168186 add create link

    By azhdanov on Wed, 11 Jul 2012 02:10:48 -0700

  3. Andriy Zhdanov reporter

    In both Timesheet gadgets details tooltip to update hours in group timesheet. Also the same from detailed Timesheet Report. And additionally shortcut to log work done from Timsheet gadget.

    Available in 2.3.5

    By azhdanov on Wed, 11 Jul 2012 02:20:25 -0700

  4. Log in to comment