Evolving GitHub Issues (public preview)

https://github.blog/changelog/2025-01-13-evolving-github-issues-public-preview/

7 points · 3 comments · view on lemmy.world

3 Comments

popcar2@programming.dev · 5 pts · 1y (2 replies)

I saw this in my repos and still don't understand why subissues exist. I feel like this overcomplicates things, a checklist inside of an issue has the same effect. If you're going to assign sub-issues to different people, shouldn't they be just separate issues?

Anyways you can click on your profile in the top right --> feature previews --> disable new issue experience to turn it off for now.

secana@programming.dev · 6 pts · 1y

I've the same feeling about sub-issues. I don't want the corporate pain of Jira to be replicated in Github. If you can't structure one issue to be comprehensive, multiple sub-issues won't help you either.

FizzyOrange@programming.dev · 3 pts · 1y

Sometimes a big task is made up of smaller components that you can complete on their own, and you want to keep track of things. They definitely have a use.

However the way Jira does subtasks is quite dumb, e.g. you can only have a single level. I hope they haven't copied that blindly. I much prefer Phabricator where you can just give any task a parent. They can even have multiple parents.