Users would like to track the issues they voted on and unvote them once they're resolved. Is there a way to Vote\Unvote on Resolved issues?
Deleting the votes using a script also throws the "voting is disabled on resolved issues" exception.
Please advice.
Thanks.
Dear @Veera rdy,
Short answer: No.
The voting functionality is embedded in Jira's UI. Even when editing issue, you will never see any field called votes.
So you have to clear the resolution first, before you can modify the votes. A script can do this very quickly: unresolve -> edit votes -> resolve.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.