Hey all,
when using the mentioned filter it is only showing results that have at least one (other) voter. I can't find issues, that have no voters.
I also have the "View watchers and voters" permission if that matters.
Is this intended? Is this a known bug?
Thanks
welcome to the Atlassian community!
I just tried to my Data Center instance (JIRA 8.20.12) and != is working. It seems not working on JIRA 8.13.7. Please could you share your JIRA version?
Fabio
Hi, thanks for your answer. We are on 8.20.13 apparently.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that version I see the following behaviour :
voter != currentUser() -> all tickets with at least 1 vote but not the current user in that list
voter is EMPTY -> all tickets without any votes
If you need to retrieve tickets without your vote and any other votes please use :
voter != currentUser() or voter is EMPTY
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.