Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Usage Cases
You want to limit the number of selected versions (Fix Versions or Affected Versions)force a comment when Story Point exceeds a limit.
This condition allows the transition if a Date is reached without having exceed a delay expressed in seconds. Comment is applied for Story Point exceeding a predefined Fibonacci value.
Add the Validator
Select the Selected count Affected Version Validator or Selected count Fix Version Validator Fibonacci 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 :
Code Block | ||
---|---|---|
| ||
<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> |
Excerpt | ||
---|---|---|
| ||
Validator based on Comment / Resolution and Fibonacci Suite |
Panel | |
---|---|
On this page:
|
Content by Label | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Info | ||
---|---|---|
| ||
See also ... |