Automatically add Github Issues to Github Project

Viewed 910

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

1 Answers
Related