Open gr2m opened 8 months ago
The existing app only supports creating new issues that are added to a project with project fields set, based on this route
/{owner}/{repo}/projects/{project_number}/issues/new
It would be nice to create a separate route for drafts
/{owner}/projects/{project_number}/drafts/new
The method to add a draft is project.items.addDraft()
project.items.addDraft()
The existing app only supports creating new issues that are added to a project with project fields set, based on this route
/{owner}/{repo}/projects/{project_number}/issues/new
It would be nice to create a separate route for drafts
/{owner}/projects/{project_number}/drafts/new
The method to add a draft is
project.items.addDraft()