Disable Voting

There is a way to disable voting in YouTrac ?

Thanks
0
4 comments
There is no direct way to disable votes, but you can create simple customizable workflow:

rule disable voting 
 
when votes.changed { 
  assert false: "Votes disabled."; 
}
0
Avatar
Permanently deleted user
Thanks Dmitry for the quick reply.

In fact we only wanna hide the Vote count, just a cosmetics.

Thanks Anyway
0
Unfortunately there is no such possibility now, I create feature request http://youtrack.jetbrains.com/issue/JT-14303

We have votes enabled and you can vote for it!
0
Avatar
Permanently deleted user
Thanks a ton :)

Have a good day.
0

Please sign in to leave a comment.