3

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

Casper Dijkstra
  • 1,615
  • 10
  • 37
  • As of now, I don't know how to autosize this but you can use the drag and drop function in the Project board: https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board – Neur0 Aug 10 '21 at 14:42

1 Answers1

0

You can try this GitHub Action: https://github.com/marketplace/actions/assign-to-one-project

Neur0
  • 367
  • 5
  • 13