Project

General

Profile

Plugins Directory » Pin issue

Author: Jonas Liubinas
Website: https://github.com/jonasliu95/redmine_pin
Code repository: https://github.com/jonasliu95/redmine_pin
Registered on: 2026-03-21 (6 days ago)
Current version: 0.1.0
Compatible with: Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x
User ratings:   (0)

A Redmine plugin that allows users to independently pin their favorite issues to a private pin board for quick access.

Installation notes

1. Copy the plugin directory to your Redmine plugins folder:
cd /path/to/redmine/plugins
git clone https://github.com/jonasliu95/redmine_pin.git

2. Run the plugin migrations:

cd /path/to/redmine
bundle exec rake redmine:plugins:migrate RAILS_ENV=production

3. Restart your Redmine instance
For Passenger
touch tmp/restart.txt

For other servers, restart accordingly

Go to Administration → Plugins to verify the plugin is loaded.

Changelog

0.1.0 (2026-03-21)

Compatible with Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x.