Build issue creation form #29

Open
opened 2026-03-16 22:52:42 +00:00 by austin · 0 comments
Owner

Form for creating new issues within a project.

What needs to happen

  • Page at /projects/{key}/issues/new (or a modal — keep it simple)
  • Fields: title (required), description (textarea), status (dropdown, default backlog), priority (dropdown, default none)
  • On submit, POST /api/projects/{key}/issues
  • Navigate to the issue list or the new issue's detail page on success
Form for creating new issues within a project. ## What needs to happen - Page at `/projects/{key}/issues/new` (or a modal — keep it simple) - Fields: title (required), description (textarea), status (dropdown, default backlog), priority (dropdown, default none) - On submit, `POST /api/projects/{key}/issues` - Navigate to the issue list or the new issue's detail page on success
austin self-assigned this 2026-03-16 22:52:42 +00:00
Sign in to join this conversation.
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Depends on
Reference
austin/vektor#29
No description provided.