[TIME-49] sort by issue id, and display comment of worklog when mouse hover in the cell in Timesheet portlet?

Issue #49 resolved
Andriy Zhdanov created an issue
  1. the timesheet portlet, seems not sorted for now? why don't we make it sort by issue id?
  2. in the portlet, not easy to see the comment of a paricular worklog. Of cause we can see it in the timesheet report, but how about make it a bit easier to use? just display a hint when the mouse is hover in the particular cell of the worklog in the portlet?

By ken.chiu/Ken Chiu on Tue, 11 Nov 2008 02:42:38 -0800

Comments (2)

  1. Andriy Zhdanov reporter
    1. It is easy, will do this in the nearest future or you can do it yourself (change in report/timessheet/Timeshhet.java:line 74: weekWorkLogShort = new TreeMap(new IssueKeyComparator());
    2. The problem is entries are grouped by day with summing time spent, so no comment is available.

    By azhdanov on Tue, 11 Nov 2008 03:48:34 -0800

  2. Andriy Zhdanov reporter

    Done sorting issues by id for portlet and both reports, in 1.7 and 1.8

    Committed revision 26165

    By azhdanov on Fri, 28 Nov 2008 10:15:54 -0800

  3. Log in to comment