-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
2
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Problem Definition
According to ----, voting on resolved issues was taken out. However, this is a really useful feature in our installation for at least two reasons:JRA-188
1. We use voting as a peer review mechanism, and highlight high vote issues come review time. This creates a bad incentive to leave votes open longer than they should
2. In our public JIRA install, we'd like to still collect votes on issues we marked "resolve/wont fix", so that we can reconsider should there be a popular groundswell.
Suggested Solution
Allow Admin to set a default setting so that there will be a global setting whether the Admin wants users to vote on a Resolved issues or not.
- relates to
-
JRASERVER-188 Shouldn't be able to vote for resolved issues
-
- Closed
-
-
JRACLOUD-13360 SHOULD be able to vote for resolved issues
- Gathering Interest
Unfortunately it's not even possible to override Jira's restriction on voting for resolved issues, because the restriction occurs in a private final method of the class jira.issue.vote.DefaultVoteManager.
Is it possible to register a different VoteManager?