Hi,
When using the behaviours plugin
We are getting an error which we don't get on instances where the quisapps plugin is not setup.
The problem is as follows
* setup a behaviour for a text custom field
* add a service side validation which uses the getValue() method on this custom field.
The behavior functionality fails due to a 'numberformatexception'.
{code}
2012-03-17 10:48:05,664 http-8080-9 DEBUG [onresolve.jira.groovy.BehaviourManagerImpl] Returning map: [customfield_11100:[errorMsg:, helpText:, validity:, fieldType:com.atlassian.jira.plugin.system.customfieldtypes:textfield, displayName:Development Estimate]]
2012-03-17 10:48:10,725 http-8080-11 ERROR [onresolve.jira.groovy.BehaviourManagerImpl] Something went wrong with method run in class
java.lang.NumberFormatException: For input string: "d"
at java.lang.NumberFormatException.forInputString(Unknown Source)
{code}
We are using
* JIRA 4.4.1
* Quisapps 1.4.3
* Behaviours plugin 0.5.0