QA #298
openチケットの投票/Star機能が欲しい
0%
Description
■現象/要望¶
チケットの投票・Star機能が欲しい
■解決策¶
Voteプラグイン¶
https://github.com/ojde/redmine-vote_on_issues-plugin/
(Redmine4には修正済フォークが対応)
・チケット内で投票可能(±整数値)
・一覧から、右ボタンで投票(1チケット単位)
・投票結果でソート可能
https://github.com/patajones/redmine_vote/
Redmineのカスタムフィールドに+1ボタン的なものを追加する¶
https://qiita.com/ktana_/items/426992eeb4c8b48934d8
指定したCFを、Viewcustomizeで+1する方法
プラグイン/DB変更無いし、ロジック調整も可能と思われる。
Star機能のPlugin¶
https://github.com/cat-in-136/redmine_hearts
redmine_hearts pluginの使用画面
■対応状況¶
プラグイン対応済
■補足¶
Redmine本家コピー投票サイトでの実施例(vote_on_issues利用)
https://www.slideshare.net/y503unavailable/redminepythonredmine
本家関連チケット
Add voting to tickets
http://www.redmine.org/issues/1011
Add a voting system to help users help admins identify popular features/defects
http://www.redmine.org/issues/6945
Polls
http://www.redmine.org/issues/1158
Issue rating (like button or vote up button)
http://www.redmine.org/issues/24946
本PJにも欲しい。。。
Files
Updated by 奈良 裕記 almost 6 years ago
- Status changed from 新規 to 回答済
- Target version set to Plugin対応済
Updated by 奈良 裕記 about 2 years ago
- Related to QA #802: プラグインの表示を指定したトラッカーのみに制限したい(コード変更例) added
Updated by 奈良 裕記 over 1 year ago
- File clipboard-202105222324-bor8g.png clipboard-202105222324-bor8g.png added
- Subject changed from チケットの投票機能が欲しい to チケットの投票/Star機能が欲しい
- Description updated (diff)
redmine_hearts pluginの使用画面