-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Medium
-
Component/s: Customer Portal - Requests
-
1
-
Severity 3 - Minor
Summary
Custom fields randomly are not carrying the default value over to the customer portal. The default value is shown in JIRA and when creating issues from inside JIRA. This seems to only effect numeric values containing .'s.
- After changing the value to an integer (3), the default value was shown correctly
- After adding a string character to the value (3.0 x), the default value was shown correctly
- After changing the value back to a decimal (3.0), the default value was no longer shown again
Steps to Reproduce
- Create a custom Select List (cascading)
- Add a default value to that field with a ., I.E. 3.0
- Add the field to a screen used by a Service Desk project
- Add that field to a Service Desk request type
- Bring up the create screen for that request
Expected Results
Default value will be displayed in the Customer Portal
Actual Results
The text field populates the default value, the numeric value is not populated. There are other custom fields of this same type that are properly populating their fields.
Notes
This seems similar to https://jira.atlassian.com/browse/JSDSERVER-1967