Usage Cases

You want to limit the number of selected versions (Fix Versions or Affected Versions).

This condition allows the transition if a Date is reached without having exceed a delay expressed in seconds.

 

Add the Validator

Select the Selected count Affected Version Validator or Selected count Fix Version Validator ... 

Edit and View Parameters

It is possible to select :

  • the Custom Field concerned by the validation
  • the maximum value to respect
  • Resolutions for which a Fibonacci Validation is needed,

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

XML Declaration

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

<validator name="" type="class">
	<arg name="fibonacciMaxValue">1</arg>
	<arg name="selectedResolutions">10000,10102,</arg>
	<arg name="resolutionsSelected">10102,</arg>
	<arg name="class.name">fr.alkaes.myaawf.workflow.validator.FibonacciOnResolutionValidator</arg>
	<arg name="customFieldSelected">customfield_10002</arg>
</validator>

Validator based on Comment / Resolution and Fibonacci Suite

 

On this page:

 

See also ...