Looks like "Show Empty Rows" may have broken in latest upgrade

Issue #816 resolved
Former user created an issue

After we Installed add-on JIRA Timesheet Reports and Gadgets Plugin (jira-timesheet-plugin version 2.9.5.3), looks like some of our Reports and Gadgets no longer are able to show empty rows.

For example, I have a gadget I use to enter time. It shows what I have worked on in the past 3 weeks, typically I leave "Show Empty Rows" as false without issues.

If I change the "Show Empty Rows" to true, I still don't see any empty rows, but I see a lot of log entries, see attached. If I change it back, the gadget reloads with no errors.

I have also had users report problems with a report: https://jira.sevone.com/secure/ConfigureReport.jspa?startDate=&endDate=&targetUser=&targetGroup=&excludeTargetGroup=&projectRoleId=&projectid=&filterid=30074&priority=&weekends=true&showDetails=true&sum=&showEmptyRows=true&groupByField=&moreFields=&selectedProjectId=11800&reportKey=jira-timesheet-plugin%3Areport&Next=Next -does not include empty rows.

The JQL for filter 30074 in question is: assignee = currentUser() AND status not in (Stalled, Resolved, Closed) OR worklogAuthor = currentUser() AND worklogDate > -8d OR labels in (PS-2016-Time-Bucket) ORDER BY key ASC

Comments (11)

  1. Former user Account Deleted

    Tried on Chrome 49.0.2623.110 and FireFox 44.0.2 We're running JIRA 6.4.11 and JIRA Agile 6.7.12 (and a bunch of other add-ons)

  2. Andriy Zhdanov

    Hi Sten,

    Could you please attach screen shot of what you're seeing, as I can't use the link without access credentials.

    Thank you.

  3. Former user Account Deleted

    Hi, The filter returns 87 issues as can be seen here - Capture20160404.PNG The dashboard is not mine, but is empty for this week as I have yet to log time - Capture20160404a.PNG (as the dashboard is not mine, I can't configure) The dashboard can show the previous week, but still only shows the issues where I have logged hours - Capture20160404b.PNG The report shows the same 11 issues (and a project summary), even though it is configured like this - - Capture20160404c.PNG

    Hope these are of help Sten

  4. Andriy Zhdanov

    Hi Sten,

    Looks like it is caused by the Worklog Limit plugin configuration property, if it's set to 0 (meaning no limit), it causes no empty rows added, because of issue#811. I will add fix for this for future update.

    As quick workaround Worklog Limit' in Administration - Add-ons - Timesheet Configuration to some big value, e.g.2147483647`, as it's not possible to unset it, to have the same, no limit, effect.

    Note, the WORK_ON_ISSUES granted by permission scheme but DENIED by workflow log entries are generated by JIRA permission manager due to configuration of jira.permission.work.denied Workflow property as described here.

    Thank you.

  5. Former user Account Deleted

    Hi, This seems to have helped, at least to a degree. Thank You!! Report is definitely fine, can't say for sure about the dashboard. Screen looks like it could use a scrollbar, but maybe this is because I'm not the owner and access it in an 'unusual way'. I'll attach a screen shot in a moment, but will wait to formally report this until we have the proper fix applied.

    Thank you for your quick turnaround on this issue!

    Sten

  6. Andriy Zhdanov

    Hi Sten,

    Yes, it might be because you access it in an 'unusual way'. I don't think I can't do anything about it.

    Thank you.

  7. Log in to comment