-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 3.7, 3.7.1
-
Component/s: Email notifications, Issue - Fields
-
3.07
The problem is that updateIssue method in SummarySystemField class does not check for ID presence in the parameters map like other fields do. As a result summary is erased when issue is transitioned from AutoTransitionListener
if (fieldValueHolder.containsKey(getId()))
{
...
}
We need to implement the same check on this field.
- is duplicated by
-
JRASERVER-13661 Improve Auto Transition Listener so that fields are not nulled out
- Closed
- relates to
-
JRASERVER-12200 Reporter system field throws ClassCastException after populateFromIssue() and validateFromParams()
-
- Closed
-