Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tbrumm/RT-Extension-AttachmentZip

Repository files navigation

NAME
RT::Extension::AttachmentZip - Download Attachments from RT Ticket

DESCRIPTION
This is an extension for Best Practical's Request Tracker
http://www.bestpractical.com/rt

This extension permits you to download the attachments associated with a ticket as a zip file.

There are two options:

1) current
2) all

Current mode downloads just the most recent revision of the attached file
All mode downloads _all_ the revisions, and prepends the revision id number to the filename.

INSTALLATION
perl Makefile.PL
make
make install
May need root permissions

You need at least (https://github.com/bestpractical/rt/commit/e5333f93a2a544b541cca662abcc06ac23d8785b)
to get it working for now

Edit your /opt/rt4/etc/RT_SiteConfig.pm
If you are using RT 4.2 or greater, add this line:

Plugin('RT::Extension::AttachmentZip');

For RT 4.0, add this line:

Set(@Plugins, qw(RT::Extension::AttachmentZip));

or add RT::Extension::AttachmentZip to your existing @Plugins line.

Clear your mason cache
rm -rf /opt/rt4/var/mason_data/obj

Restart your webserver

AUTHORS
Torsten Brumm
Richard Harman


LICENCE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

THANKS
Torsten Brumm
Gregor Wolter
Richard Harman

About

This extension permits you to download the attachments associated with a ticket as a zip file.

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages