task #368
未完了
task #366: redmine2025年度版の構築
2025版 プラグイン選定
0%
説明
2025版のプラグイン選定¶
2024で導入して有用たり,新しく見つけた良さげなプラグインなど
Easy Baseline
Easy Gantt plugin
→ナイスなガントチャート
https://www.easysoftware.com
Easy MindMup plugin
Easy WBS plugin
→Mindマップ生成(いらんけど)
https://www.easysoftware.com
RedMica UI extension
→色々補助機能
https://github.com/redmica/redmica_ui_extension
Redmine Checklists plugin (Light version)
→チケット内にチェックリストを作成可能にする
https://www.redmineup.com/pages/plugins/checklists
Redmine Slack
→チケット作成をSlack通知
https://github.com/sciyoshi/redmine-slack
Redmine Issue Assign Notice plugin
→Slackにチケット担当変更をメンション通知する
https://github.com/onozaty/redmine_issue_assign_notice
Redmine Issue Templates plugin
→チケット作成時の説明文テンプレを作成可能に
https://github.com/agileware-jp/redmine_issue_templates
Redmine Issues Panel plugin
→カンバン方式のチケット一覧
https://github.com/redmica/redmine_issues_panel
Redmine People plugin (Light version)
→メンバー管理?知らんけど
http://redmineup.com/pages/plugins/people
Scrum Redmine plugin
→Scrum(Agile)方式のチケット管理
https://redmine.ociotec.com/projects/redmine-plugin-scrum
View Customize plugin
→表示のカスタマイズ
https://github.com/onozaty/redmine-view-customize
autolink
→内部リンクを自動的に省略
https://github.com/INSANEWORKS/redmine_auto_link_relate
Redmine Auto Internal Link Plugin
→チケット説明分等で内部リンクすると自動でチケットの関連を追加
https://github.com/INSANEWORKS/redmine_auto_internal_link
redmics
→Googleカレンダーなどにチケット情報を反映する
https://github.com/INSANEWORKS/redmics.git
masaya_abe さんが約7時間前に更新
· 編集済み
issue template はgitページにはredmine5.xまでとなってるけど普通に動作するぽい
git clone https://github.com/agileware-jp/redmine_issue_templates.git
rails redmine:plugins:migrate RAILS_ENV=production
masaya_abe さんが約7時間前に更新
view custominzeはgitページにはredmine4.0xとなってるけど普通に動作するぽい
cd {rails_ROOT}/plugins
git clone https://github.com/onozaty/redmine-view-customize.git view_customize
cd ../
bundle install --without development test
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
masaya_abe さんが約7時間前に更新
· 編集済み
redmine slack
6対応ぽいforkがあった
git clone https://github.com/cat-in-136/redmine-slack.git
cd ..
bundle install
下記のディレクトリ名を修正する必要があった
redmine/plugin/redmine-slack
redmine/plugin/redmine _ slack
masaya_abe さんが約7時間前に更新
isshue assign notice plugin
git clone https://github.com/onozaty/redmine_issue_assign_notice.git
bundle install --without development test
masaya_abe さんが約5時間前に更新
redmica ui extention
git clone https://github.com/redmica/redmica_ui_extension.git
cd ..
bundle install --without development test
rake redmine:plugins:migrate RAILS_ENV=production