-
Bug
-
Resolution: Duplicate
-
Low
-
6.3.11
-
None
-
6.03
-
Hello guys, I guess I just found out a bug :/
Requirements : Having a text Customfield and also have possibility to change project/issuetype on create issue screen.
To reproduce :
- Go to Dashboard
- Click on Quick Create button
- Fill Summary and text CF with values :
- Change either issuetype or project value
- text CF value has been reset whereas Summary value is still populated :
Actually, all customfield values already selected before changing issuetype/project value are not kept.
I made some debug already and I detected that customFieldValuesHolder parameter passed into
public static Map<String, Object> buildParams(CustomField customField, FieldConfig config, Issue issue, FieldLayoutItem fieldLayoutItem, Object value, Map customFieldValuesHolder, Action action, Map displayParameters)
of CustomFieldUtils class (before calling getVelocityParameters from customfield type class) doesn't contain customfield selected value from QuickCreate form.
Don't hesitate to ask for some other details if you need it.
Cheers
Brice
- duplicates
-
JRASERVER-33997 Fields that contain multiple inputs not retaining values when toggling project or issue type in the Quick Create dialog
- Closed