Selected Affected Version Count Validator

Overview

This validator controls if count of selected Affected Version does not exceed the specified count.



SelectedAffectedVersionCountValidator

Edit and View Parameters

It is possible to specify the limit of selected Affected Version.

SelectedAffectedVersionCountValidator Edit



When specified, the selection of these resolutions will require a comment.

SelectedAffectedVersionCountValidator View



XML Declaration

The Validator configuration may be done in XML in Workflow descriptor as follow :

<validators>
	<validator name="" type="class">
		<arg name="selectedCount">1</arg>
		<arg name="class.name">com.atlassian.jira.workflow.validator.AffectedVersionSelectionValidator</arg>
	</validator>
</validators>