HugoHasenbein / redmine_issue_attachments

Plugin for Redmine. Browse all issue attachments in arbitrary queries.

Home Page:https://www.redmine.org/plugins/redmine_issue_attachments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redmine_issue_attachments

Browse all issue attachments of all issues in current project in arbitrary queries. Queries can be saved like issue queries. Download bulk pdf attachments as combined pdf's, combined pdf's for double sided printing or as zip archive. Other bulk attachments can be downloaded as zip archives. In zip archives and combined pdf's the order of the selected files adheres to the order in the index list.

animated GIF that represents a quick overview

Use case

  • Search all invoices from issues and archive them
  • Find all images or files of a certain type

Install

  1. download plugin and copy plugin folder redmine_issue_attachments go to Redmine's plugins folder

  2. install gems

go to Redmine root folder

bundle install

  1. restart Redmine, f.i.

/etc/init.d/apache2 restart

Uninstall

  1. go to your plugins folder

rm -r redmine_issue_attachments

  1. restart Redmine, f.i.

/etc/init.d/apache2 restart

Use

Make sure you have the right 'View issue attachments' permissions, which can be set in 'Roles and Permissions' in the Redmine Administration menu in the section 'Issue-Attachments'

The 'Issue-Attachments' can be found in the 'Project' menu

Compatibilties

  • Supports Redmine Attachment Categories

Localisations

  • English
  • German

Change.Log

  • 1.0.4 added bulk delete, bulk categorize (if Redmine Attachment Categories is installed)
  • 1.0.3 enhanced support for Redmine Attachment Categories plugin, enhanced themes support
  • 1.0.2 July 1st commit

About

Plugin for Redmine. Browse all issue attachments in arbitrary queries.

https://www.redmine.org/plugins/redmine_issue_attachments

License:GNU General Public License v2.0


Languages

Language:Ruby 75.3%Language:HTML 23.8%Language:CSS 0.8%