-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Project - Releases
-
None
-
1
As a Jira Data Center user managing large-scale initiatives in Advanced Roadmaps (Plans), customer needs the Releases tab to be as functional and interactive as the main Roadmap view. Currently, the Releases tab is a static list grouped by project, which makes it difficult to manage release cycles across multiple projects simultaneously.
Current Limitations:
- No Status Filtering: There is no way to filter out "Released" versions to focus only on "Unreleased" work.
- No Date Filtering: Users cannot filter releases by a specific month or date range.
- Static Sorting: Columns like "Release Date" and "Status" are not interactive for cross-project sorting; the view is fixed by Project Name.
- Limited Export: There is no native button to export the master release list of a Plan to CSV/Excel.
Proposed Features:
- Advanced Filters: Add dropdown filters for Release Status (Released, Unreleased, Archived) and Release Date (Month/Year or Date Range).
- Interactive Sorting: Allow users to click column headers (Start Date, Release Date, Status) to sort the entire list across all projects in the plan.
- Native Export: Add an "Export to CSV" option specifically for the Releases tab that respects the applied filters and sort order.
Why this is important:
Currently, to get a consolidated, sorted list of releases for a plan, users must perform multiple REST API calls (/rest/api/2/project/{projectKey}/versions) for every project in the plan and manually merge the data. This is time-consuming and creates a barrier for high-level release planning and reporting.