codescape / jira-scrum-poker

Scrum Poker for Jira
http://jira-scrum-poker.codescape.de
Apache License 2.0
13 stars 8 forks source link

Type conversion should only happen for correct values #114

Closed codescape closed 4 years ago

codescape commented 4 years ago

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

See:

https://github.com/codescape/jira-scrum-poker/blob/f509808f46923caa56b7eab950fd260b2b5a430f/src/main/java/de/codescape/jira/plugins/scrumpoker/service/EstimateFieldServiceImpl.java#L68

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

codescape commented 4 years ago

solved by 194593c117e933d0974e4486e1c0a5ce1a1b1a89