The problem you need to solve:
Be able to control that the Story Point allocated to a User Story. The Story Point field (a Number Custom Field) has generaly to respect the Finabocci Numbers.
How Minyaa solves this problem:
Minyaa provides a Workflow Validator Function to perform this validation, following some context settings.
This validator controls if the current issue respects the Fibonacci Numbers for the concerned resolution (if specified) without exceeding a limit.
It is possible to select :
<validators> <validator type="class"> <arg name="customFieldSelected">customfield_10070</arg> <arg name="class.name">com.minyaa.workflow.validator.FibonacciOnResolutionValidator</arg> <arg name="fibonacciMaxValue">1</arg> <arg name="selectedResolutions">1,2,</arg> </validators>