-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Summary
It would be great to add an option to predefine issue filters when publishing the project.
Why should this be worked on?
Right now, when publishing a project, all issues in the project are visible to visitors, which may include some very low-level tasks, making the view cluttered and less readable or usable as an overview of the project status.
It would be helpful to have the option to define some filters (like in the Views) to only include a subset of features on the public page, for example:
- only issues with specific labels - e.g. Epic or Story, so people will only see high-level project status but not low-level development tasks
- exclude issues that are canceled, marked as duplicate, or wont fix
- etc.