Class HasVotedForIssueCondition

All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition

public class HasVotedForIssueCondition extends AbstractIssueWebCondition
Condition to check whether the current user has voted for the current issue

An issue must be in the JiraHelper context params.

Since:
v4.1
  • Constructor Details

    • HasVotedForIssueCondition

      public HasVotedForIssueCondition(VoteManager voteManager)
  • Method Details