The Sum Worked hours (daily, weekly, monthly) are not displayed when using the the Group by Field

Issue #966 resolved
Former user created an issue

When I use the Group by Field, there are two tables: (1) list of groups and (2) list of issues. The list of issues is displayed but the daily/weekly/monthly columns are empty. Therefore the Total column is empty.

Can this be fixed to show the sum of worked hours in the list of issues table?

Sample config: ConfigureReport.jspa?startDate=1%2FJun%2F16&endDate=1%2FAug%2F16&targetUser=&targetGroup=myGroup&excludeTargetGroup=&projectRoleId=&projectid=&filterid=12345&priority=&weekends=true&showDetails=true&sum=month&sumSubTasks=true&showEmptyRows=true&groupByField=epics&moreFields=timeoriginalestimate&moreFields=timeestimate&moreFields=timespent&moreFields=timetracking&selectedProjectId=12345&reportKey=jira-timesheet-plugin%3Areport&Next=Next

Comments (12)

  1. Andriy Zhdanov

    Hi Zahira,

    It must be because of showEmptyRows=true, if disable the option, it should disable issues with work logged only.

    Thank you.

  2. Former user Account Deleted reporter

    Hello, If I change it to be showEmptyRows=false then it doesn't show any issues. See attachment.Timesheet1.png

  3. Andriy Zhdanov

    And what if you do not Group by: epics? Try no grouping, and Group by: Assignee. Does it show issues in any case?

  4. Former user Account Deleted reporter

    Without grouping, it works. It displays the sums for each issue. With group by Assignee, it does not work. Is the same as the group by epics, it doesn't show the list of issues.

  5. Andriy Zhdanov

    Could you please set Worklog Limit to 0 in Administration - Add-ons - Timesheet Configuration (at the very bottom).

    I will try to fix support for Worklog Limit in this case later.

  6. Andriy Zhdanov

    Hi Zahira,

    So the problem basically is that your report is too big, thus it switches off Details, basing on Worklog Limit add-on configuration setting.

    I've just fixed report for this case to show issues with no details, as on screenshot. As you may see, issues part is not grouped by field, as it's not possible so far.

    Fix should be available this or next week.

    Thank you.

  7. Log in to comment