DEV Community

Cover image for Create sub-issues in GitHub issues
Kera Cudmore
Kera Cudmore

Posted on • Originally published at codu.co

Create sub-issues in GitHub issues

I love utilising GitHub issues to organise a project, especially during a hackathon, and this little tip on how to create sub-issues may come in useful to break up larger tasks into smaller sections. This makes it easier than ever to track exactly what each team member is working on.

How to create a sub-issue

  1. Create an issue in GitHub for the parent task.

    In the body of the issue create a task list (checkboxes) for each item you want to make a sub-issue.

    Create issue

  2. Create the issue. You will then be taken to the issue page.

    Hover over a task list items you want to convert into a sub-issue. You should see the issue icon appear on the right hand side of the list. Click the icon to create a sub-issue. The task item should change to a link to the new issue.

    Image from Gyazo

  3. Open the new sub-issue. Add a description , label, assignee etc.

Pro Tip:

If you want to save time and edit the sub-issues description etc before creating it you can hold the alt/option key and then click the issue icon. This will open the issue form allowing you to further edit the details before creation.


Navigating back to the parent issue is easy, just click the parent issue button located underneath the title on the sub-issues page.

Another fun feature is that the task in the parent will automatically be checked once you close the sub-issue - perfect for keeping track of what issues are left to complete.

Screen Recording 2024-01-05 at 8 36 20 pm


Have you ever used sub-issues? I'm looking forward to giving them a spin during my next hackathon, and would love to know what you think of them if you do give them a try.

Top comments (1)

Collapse
 
jfsaaf profile image
jfsaaf • Edited

@keracudmore, I am surprised to see you don't have more comments here. This tutorial has to be one of the most useful for anyone wanting to organize work using Git Issues without going crazy with complexity and separate tools/plugins; it was precisely what I was looking for. Thank you so much for sharing.

I just wanted to mention that the hover-over option to convert the task in the list to a sub-issue did not appear for me when, instead of creating a new issue, I tried to edit an existing one from the window that pops up from a Board view. It did work, however, when I opened the issue in full view on another page.

Cheers!