-
Bug
-
Resolution: Unresolved
-
Low
-
8
-
Severity 3 - Minor
-
1
-
Issue Summary
When exporting Number Custom Field values that are long, it would lead to some inconsistencies based on the file type exported. Below is the observed results:
In this example, the value is 100,000,000,000,000
Exported as | Rendered |
---|---|
Excel | 1.0E14 |
CSV | 1.0E14 |
XML | 1.0E14 |
HTML | 100,000,000,000,000 |
Steps to Reproduce
- Create a Number Custom Field
- Add the field into a Screen
- Add long numeric value into the field (e.g.: 100,000,000,000,000)
- Search for this issue from Issue navigator and Export
Expected Results
All exported file types should have the same value shown in UI
Actual Results
The exported file types have inconsistent formats
- is related to
-
JRACLOUD-82605 [Tracked in Issue Links] tickets related to issue exports (CSV, HTML Report, Excel etc)
- Gathering Interest
- mentioned in
-
Page Loading...