Class DefaultCommentsPerIssueLimitValidator

java.lang.Object
com.atlassian.jira.bc.safeguards.issue.comment.DefaultCommentsPerIssueLimitValidator
All Implemented Interfaces:
CommentsPerIssueLimitValidator

public class DefaultCommentsPerIssueLimitValidator extends Object implements CommentsPerIssueLimitValidator
Default implementation of CommentsPerIssueLimitValidator.

Checks that the target issue contains less comments than configured limit.

Enabled/Disabled by using the feature flag 'com.atlassian.jira.safeguards'

The limit on allowed comments per issue is configured by the Application Property 'jira.safeguards.issue.comments'

Since:
9.0.0