[TIME-215] Clickable Timesheet Gadget Cells

Issue #215 resolved
Andriy Zhdanov created an issue

As a JIRA user I would like to click on an existing "cell" of a timesheet gadget to

  1. correct wrong time entries (open edit worklog screen)
  2. add time entries (open create worklog screen for corrsponding issue with predefined date value and current time)

to simplify the creation and editing of worklog entries.

By htietgens/Henning Tietgens on Thu, 12 Jan 2012 02:54:23 -0800

Comments (11)

  1. Andriy Zhdanov reporter

    Just for clearness, I'm not going to work on it, it would be nice if someone would take care of it.

    By azhdanov on Tue, 24 Jan 2012 05:40:55 -0800

  2. Andriy Zhdanov reporter

    See commercial TEMPO plugin for this.

    By azhdanov on Thu, 1 Mar 2012 06:53:07 -0800

  3. Andriy Zhdanov reporter

    As your plugin is commercial now - and cannot contribute anymore, as I did before (anyway I like your new features in 2.3.6 - and ready to buy it), it would be nice to reconsider this feature.

    Clickable cells are useless without date provided, and it is quite easy (add tooltip with predefined 1h,2h,4h,1d) and following URL (of course date should be properly formatted):

    <yourjiraurl>/secure/CreateWorklog.jspa?startDate=28.9.2012&timeLogged=1h&id=<issueid>

    There I need to fill just hour and would be happy to do it.

    By dodok1 on Mon, 1 Oct 2012 02:12:26 -0700

  4. Andriy Zhdanov reporter

    Hi Jozef,

    Great, I guess you mean '+' links in user timesheet. I also wanted to pass date in the link, but did not manage to make it work. So, thank you for your help, but what would be the right format for date? I tried the following with no luck (POST crateWorklog has this format):

    http://localhost:2990/jira/secure/CreateWorklog!default.jspa?id=10000&startDate=09%2FOct%2F12+1%3A05+AM&timeLogged=2h

    And you still can contribute in exactly the same manner. However it is not yet possible to make free license for contributors yet.

    By azhdanov on Sun, 7 Oct 2012 16:19:15 -0700

  5. Andriy Zhdanov reporter

    I've missed your comment (as I was not watching the issue):

    • try your link without !default.jspa - without it your startDate is passed to the code (not overwritten)
    • to format your date correctly you should look how CreateWorklog class fills this startDate in doDefault action
    • so I see I can contribute - as sources are still available - there is confusing link on the plugin page

    By dodok1 on Tue, 9 Oct 2012 04:40:17 -0700

  6. Andriy Zhdanov reporter

    Just do not provide time portion of the start date, and the form will appear - and complain - you need to just fill in the time manually.
    I think it is far better as to display worklog entry dialog with current date.

    By dodok1 on Tue, 9 Oct 2012 07:28:11 -0700

  7. Andriy Zhdanov reporter

    I think it does not have value, one needs to click calendar icon anyway.

    By azhdanov on Tue, 9 Oct 2012 07:40:26 -0700

  8. Andriy Zhdanov reporter

    Since 2.3.6 there is '+' short link in Timesheet gadget for quick adding new worklog.

    By azhdanov on Fri, 19 Oct 2012 13:46:28 -0700

  9. Andriy Zhdanov reporter

    Finally start date is pre set for worklog creation link, coming soon in 2.3.9.

    By azhdanov on Sat, 15 Dec 2012 13:54:56 -0800

  10. Log in to comment