Selected Fix Version Count Validator

Overview

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



SelectedFixVersionCountValidator

Edit and View Parameters

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

SelectedFixVersionCountValidator Edit



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

SelectedFixVersionCountValidator 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.FixVersionSelectionValidator</arg>
	</validator>
</validators>