Create issues from Project view #1736
mmiller42 posted onGitHub
Projects can be associated with one or more repositories. Unfortunately, to create a new issue on your board, you have to navigate away from the Project and go directly to a repository to create an issue before adding the issue to the project. This makes sense for open source projects where issues are commonly contributed and it's up to the maintainer to add and prioritize them to a roadmap. However, for teams that use GitHub Projects for development, creating issues from within the project view would be more convenient.
Proposal:
Add a "Create issue" button near the "+ Add cards" button in Project view. This opens a modal with the standard fields for creating an issue, in addition to a "Repository" dropdown where the user can select one of the repositories that this Project is linked to. The "Projects" field would either not be displayed or would just be pre-populated to include the current project.
Example modal contents:
This is probably only feasible if the existing GitHub UI for creating issues is somehow reusable, which I'm not sure.