Interface IssueTextFieldCharacterLengthValidator

All Known Implementing Classes:
DefaultIssueTextFieldCharacterLengthValidator

public interface IssueTextFieldCharacterLengthValidator
Text length issue validator to be used by issue objects to be created/edited with IssueManager. Checks if issue text fields are within the jira character limit. Summary field is not validated (hardlimited to 255 chars).
See Also: