-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
5.0, 4.4.3, 6.0.3, 6.1.4, 6.1.5, 6.1.7, 6.2-OD-1, 6.2-OD-7, 6.2
-
4.04
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Symptoms
When exporting all fields to Excel (XLS) the "Business Value" and "Story Points" are missing.
Even when adding them manually to the columns (Tools > Configure Columns) this won't work.
It also occurs with or without the presence of data on these fields.
Steps to reproduce
- Go to "Issues";
- Click on "Search";
- Click on "Views";
- Select "Excel (All fields)"
The generated XLS file won't export the "Business Value" and "Story Points" columns.
Diagnosis
The behaviour seems to be because the custom fields "Story Points" or "Business Value" are not valid for at least one of the issues which are returned by the search.
Workaround
Option 1: Modify the query to include only issues which have "Story Points" or "Business Value"
Modify the query to filter only issues for which the custom fields "Story Points" or "Business Value" are valid by appending the following to the query:
AND ("Story Points" is EMPTY or "Story Points" is not EMPTY)
or
AND ("Business Value" is EMPTY or "Business Value" is not EMPTY)
Option 2: Add "Story Points" and/or "Business Value" to all issue types and projects
Note that this could have global impact on your JIRA since it affects configuration for all issue types and projects.
- Go to JIRA Administration > Issues > Custom Fields.
- Scroll down to "Story Points" and from the gear wheel icon, click on Configure.
- For "Choose applicable issue types", select "Any issue type" or choose all issue types which might be returned as part of the search.
- For "Choose applicable context", select "Global context" or choose specific projects that are included in the search.
- Press "Modify" to save the configuration
The workarounds are thanks to this thread on Atlassian Answers.
- duplicates
-
JRASERVER-34812 Export to CSV (current fields) does not show all columns present in the issue navigator
- Closed
- relates to
-
JRACLOUD-27839 "Business Value" and "Story Points" are not exported when going through Views > Excel (All fields).
- Closed
-
JRASERVER-29434 Story points not exported in XLS
- Closed