Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatically add Github Issues to Github Project

My github repository contains an ISSUE_TEMPLATE that helps users to create issues. Also, I have a backlog where I'd like to track issues and automate that they appear as soon as new issues have been created.

enter image description here enter image description here

The only missing link is that new issues are not automatically added to this backlog. I know how to do this manually after they have been created:

enter image description here

but there must be a way to assign the Project to it automatically! I cannot find anything about it in Github's documentation though....https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository

like image 890
Casper Dijkstra Avatar asked Aug 05 '26 00:08

Casper Dijkstra


1 Answers

You can now do this in directly in the project you want to automatically add issues to as follows:

  1. Go to the project on GitHub
  2. Click the "..." button in the upper-right corner of the project to open the project menu
  3. Click the "Workflows" item in the menu to load the project's workflow page
  4. Click the "Auto-add to project" item in the list of "Default workflows" on the left to view your project's auto-add workflows
  5. Click the "Edit" button in the upper-right corner of the workflow view to edit the workflow
  6. Add filters to one or more repositories to determine which issues should be automatically added to the project (pictured below)

enter image description here

like image 194
alan Avatar answered Aug 07 '26 22:08

alan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!