We have a project in Jira for tracking customer-requested changes to our product. Ideally we'd like to (miss)use Jira's voting functionality for this project, as a means for people to nominate issues that need to be re-implemented on our core product. However, voting is disabled on resolved issues.
So...
I guess it is then a condition on the issue operation. You will have to remove the following condition from system-issueoperations-plugin.xml file under WEB-INF/classes and restart JIRA.
<condition class="com.atlassian.jira.plugin.webfragment.conditions.IsIssueUnresolvedCondition"/>
Edit: Remove it from vote-issue and unvote-issue web-items!
Many thanks Jobin - that sounds like what i'm after.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
I tried to modify that xml and restart JIRA but still not allowing voting on issues resolved.
Can you help me on this.
My Jira's version is 6.0
Thank you.
Regards,
Antonio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Editing is disabled on resolved issues but you can enable it by modifying the workflows. Once you enable editing back on, voting will be possible but it will also let people edit other fields. So it is all or none!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Jobin - but I can already "Edit" these issues (i've probably cleared the editable flag in a workflow change in the past) - but I still can't vote on them. There is no "vote for this issue" operation available - just text reading "You cannot vote or change your vote on resolved issues."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Currently we have workflow where from CLosed we can reopen issue, doing so resolution state is now unresolved but it still doesn't allow me to do vote.
Any Suggestions?
Best,
Akash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.