-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: None
-
Component/s: Issue - Fields
-
None
When you populate the reporter system field from the issue using ReporterSystemField#populateFromIssue() then validating the field value with ReporterSystemField#validateParams() you get a ClassCastException.
Steps to reproduce:
- populate reporter field with populateFromIssue() stores User into the field values holder
- validate the reporter field with validateParams() which is expecting a String and casts the field value to which causes the ClassCastException
- is related to
-
JRASERVER-11933 AutoTransitionListener - Reopen transition deletes issue summary
-
- Closed
-