Project

General

Profile

Plugins Directory » Redmine Studio Plugin

Author: Power Redmine
Website: https://www.redmine-power.com/
Code repository: https://github.com/RedminePower/redmine_studio_plugin
Registered on: 2026-06-14 (1 day ago)
Current version: 1.5.1
Compatible with: Redmine 6.1.x, 6.0.x, 5.1.x, 5.0.x
User ratings:   (0)

A Redmine plugin bundling multiple UI enhancements for issue-driven development:

- Reply Button: Adds a Reply button to issues; auto-sets the last commenter as assignee
- Teams Button: Adds a Teams button to usernames for one-click Teams chat with issue context pre-filled
- Auto Close: Automatically closes issues based on configurable conditions (all children closed, expired, custom fields, etc.)
- Date Independent: Decouples parent issue dates from child issues per project
- Wiki Lists: Macros to display issue/wiki lists in Wiki pages ({{ref_issues}}, {{wiki_list}}, {{issue_name_link}})
- Subtask List Accordion: Collapsible/expandable accordion for deep subtask hierarchies
- Journals List: Shows comment history with status and assignee in the issue list view
- Rally Count: Displays assignee change count per issue as a review complexity metric
- Children Count: Shows the number of direct child issues in the issue list

Also provides REST APIs used internally by the Redmine Studio Windows desktop app (https://www.redmine-power.com/).

Installation notes

cd /var/lib/redmine/plugins
git clone https://github.com/RedminePower/redmine_studio_plugin.git

cd /var/lib/redmine
bundle exec rake redmine_studio_plugin:install RAILS_ENV=production

Restart Redmine to apply changes.

Changelog

1.5.1 (2026-06-14)

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