Project

General

Profile

Plugins Directory » Downloadallattachments

Author: Vaibhav Petkar
Website: -
Code repository: https://github.com/vaibhavpetkar/redmine_issue_attachments
Registered on: 2024-07-22 (5 days ago)
Current version: 0.0.1
Compatible with: Redmine 6.0.x, 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x
User ratings:   (3)

Download All Attachments in current issue
redmine_issue_attachments

Adds a download button to zip and download all attachments for an issue.

This Plugin supports all the Redmine version
If only one attachments button is hide if more the one then show
zip file shows the name of issue

Installation notes

Installation P

  1. Download Attachments Plugin for Redmine

This plugin adds a download button to each issue in Redmine, allowing users to download all attachments for the issue as a zip file. The button is enabled only if the issue has attachments.

  1. Features

- Adds a "Download Attachments" button to issue pages.
- Zips and downloads all attachments for the issue.
- Button is disabled if there are no attachments.

  1. Requirements

- Redmine 3.0.0 or higher
- Ruby 2.0 or higher

  1. Installation

1. Download the Plugin

Navigate to the Redmine `plugins` directory and clone the plugin repository:
```bash
cd /path/to/your/redmine/plugins
git clone https://github.com/vaibhavpetkar/redmine_issue_attachments.git

bundle install
bundle exec rake redmine:plugins:migrate NAME=redmine_issue_attachments
//or//
bundle exec rake redmine:plugins:migrate NAME=redmine_issue_attachments RAILS_ENV=production

bundle exec rake tmp:cache:clear

sudo systemctl restart redmine

Changelog

0.0.1 (2024-07-22)

Compatible with Redmine 6.0.x, 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x.

User ratings

  by Pranav Maniyar 3 days ago

Excellent plugin and user support!

  by Vaibhav Petkar 5 days ago

  by raj petkar 5 days ago

Its Installation and working easy