-
Suggestion
-
Resolution: Unresolved
-
None
-
2
-
Issue Summary
This is reproducible on Data Center:
In Jira Cloud, when exporting the issues from a filter as an HTML report, CSV, or Excel CSV file, only one of the following export options is available, depending on whether the filter was saved or not:
- Export [HTML report | CSV | Excel CSV] (filter fields)
- If the filter was previously saved.
- Export [HTML report | CSV | Excel CSV] (my defaults)
- If the filter was not previously saved (i.e., it is a transient issue search).
It would be better to always have both export options available regardless of whether the filter was saved or not.
Steps to Reproduce
- Create a filter with the following JQL (but do not save it yet):
created >= '2024-01-01' ORDER BY created DESC
- Click the Export issues button. The following export options are available:
- Export [HTML report | CSV | Excel CSV] (all fields)
- Export [HTML report | CSV | Excel CSV] (my defaults)
- Save the filter.
- Click the Export issues button again. Now the following export options are available:
- Export [HTML report | CSV | Excel CSV] (all fields)
- Export [HTML report | CSV | Excel CSV] (filter fields)
Expected Results
Both export options ((my defaults) and (filter fields)) are available regardless of whether the filter was saved or not.
Actual Results
Only one export option ((my defaults) or (filter fields)) is available, depending on whether the filter was saved or not.
Workaround
-
- mentioned in
-
Page Loading...