Class IssueIdValidator

java.lang.Object
com.atlassian.jira.jql.validator.IssueIdValidator
All Implemented Interfaces:
ClauseValidator

@InjectableComponent public class IssueIdValidator extends Object implements ClauseValidator
Clause validator for the "IssueKey" clause.
Since:
v4.0
  • Field Details

    • MAX_FUNC_OPERANDS_CHECKED

      public static final int MAX_FUNC_OPERANDS_CHECKED
      See Also:
    • MAX_MANUAL_OPERANDS_CHECKED

      public static final int MAX_MANUAL_OPERANDS_CHECKED
      See Also:
  • Constructor Details

  • Method Details

    • validate

      @Nonnull public MessageSet validate(ApplicationUser searcher, @Nonnull TerminalClause terminalClause)
      Description copied from interface: ClauseValidator
      Validates a clause and adds human readable i18n'ed messages if there is a problem.
      Specified by:
      validate in interface ClauseValidator
      Parameters:
      searcher - the user who is executing the search.
      terminalClause - the clause to validate.
      Returns:
      an MessageSet that will contain any messages relating to failed validation. An empty message set must be returned to indicate there were no errors. null can never be returned.