codescape / jira-scrum-poker

Scrum Poker for Jira

Home Page:http://jira-scrum-poker.codescape.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type conversion should only happen for correct values

codescape opened this issue · comments

Type conversion should only happen for compatible values and not be enforced for all values.

See:

issue.setCustomFieldValue(estimateField, Double.valueOf(estimate));

A String with the value „S“ would be converted into Double for a custom field that only accepts Numeric values of type Double.

solved by 194593c