Allow group by with "root parent issue" #147987
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted �� Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Feature Area
Projects
Body
Feature I'd like to see
I would like GHP to allow grouping of the issues either by their root parent issues (the topmost issue within the nested parent-child structure).
Background
Our team organizes the issues within GHP with the nested structure like the following:
type: Project.type: Epic. Each epic is a child of one Project.type). Each issue is a child of one Epic.(I know some may say "we should have a single GHP project per project, but since our team has a lot of short-term, small projects, we see it more convenient to take this approach to avoid having to create a new GHP project every single time)
Basically, I would like to create a view for issues and categorize them based on which
Projectthey belong to.Current situation
With the current feature, it allows us to only group the issues by the
Epicthey belong to (or basically, group by parent issue). However, this is a bit inconvenient as we have multiple epics per project, and sometimes the "group by" list gets too long, when all we want to do is "just take a look at what issues we're currently working on for a particular project".Guidelines
Beta Was this translation helpful? Give feedback.
All reactions