[TIME-145] Customize columns in Timesheet Report

Issue #145 resolved
Andriy Zhdanov created an issue

Is it possible to customize the columns when exporting the report? For instance, we have a custom field in Jira called 'Customer Name'... is it possible to include that value in the export?

By rwilcox/Ryan Wilcox on Thu, 24 Mar 2011 09:49:52 -0700

Comments (1)

  1. Andriy Zhdanov reporter

    Yes, you can edit templates\timesheetreport\timesheet-report-excel.vm in plugin jar, you can get column value like this:

    $textutils.getFieldValue(<fieldId>, $issue, $outlookDate),

    Where <fieldId> you should look up by yourself somehow for your field. E.g. in Time Sheet Report there is group by field option, select needed column, generate report and you should see it at groupByField url parameter.

    Please let me know whether it helps.

    By azhdanov on Fri, 25 Mar 2011 06:22:42 -0700

  2. Log in to comment