From 357175e33226c9ec65561600d302e730accfede9 Mon Sep 17 00:00:00 2001 From: Marius Timmer Date: Thu, 11 May 2017 13:18:31 +0200 Subject: [PATCH] Updated documentation and Changelog --- README.md | 4 +++- package.sopm | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 124a2f8..5335ad0 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,7 @@ To export the tickets of a queue you need to use the command line. The otrs.Cons * `queue`: Name of the queue whose tickets should be printed * `filename`: Name of the new pdf document +If you wish to export the attachments of the queues tickets, you can use the option `a`. + Keep in mind that only the requested queue will be exported. SubQueues will be ignored, but you can use something like `Queue::SubQueue`. -Exporting all queues could take a while. We need 23 hours to export about 40.000 tickets (~11G). +Exporting all queues could take a while. We needed 23 hours to export about 40.000 tickets (~11G) without attachments. diff --git a/package.sopm b/package.sopm index 8d0eeec..081d1c4 100644 --- a/package.sopm +++ b/package.sopm @@ -6,6 +6,7 @@ Westfälische Wilhelms-Universität Münster https://www.uni-muenster.de/ GNU General Public License, version 3 + Attachments can be exported now. Append file extension if not done by the user and print the ticket ids to the pdf document. Renamed the plugin from "MultipleTicketExport" to "ExportTicketsToPDF". First version of the ExportTicketToPDF plugin which allows to export all tickets of a queue into a pdf file. -- GitLab