anonymous vote

Uwe Richter July 31, 2014

Is it possible to allow anonymous votes?

1 answer

0 votes
Alexey_Rjeutski__Polontech_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 31, 2014

According to source code - seems no:

https://github.com/drohne1673/confluence-survey-plugin/blob/5e7aa26a75e407a098106cf4bdb1b449494996d8/src/main/java/org/hivesoft/confluence/macros/utils/PermissionEvaluator.java

as you can see in

public Boolean isPermissionListEmptyOrContainsGivenUser(List<String> listOfUsersOrGroups, User user) {
    if (null == user) {
      return Boolean.FALSE;
    }
...

if user is not logged in - he doesn't have any permission that plugin support.

I haven't found good solution for anonimous voting, maybe it is a good idea for feature request or writing of a new plugin.

Uwe Richter July 31, 2014

Thanks for your fast answer :) Feature request is a great idea!

Frank Stiller
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 31, 2014

Currently its not possible and it was already requested:

https://github.com/drohne1673/confluence-survey-plugin/issues/31

Feel free to comment or contribute ;)

Edit: truly anonymous is not planed (without beeing logged in). But that feature is meant to be logged in but still not directly traceable.

SherryX
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 21, 2016

Hi, we're evaluating this plugin, is anonymous voting possible now? Thanks

Binoy T V April 29, 2020

Hi, is it available?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events