As a workaround, webhooks or github actions can be used. Here is an example action which will add any opened issues to a project on the repo (Although with about 10-15 seconds of delay): https://github.com/protecomp/ga-issues-projects The delay can be mitigated by running a self-hosted webhook listener.
... View more