Allow creating issues directly from parsec:
parsec new-issue --title "fix login bug" --label type/bug
Currently we rely on `gh issue create` for GitHub. Parsec should support this natively for GitHub Issues, GitLab Issues, and Jira, using the same token/config infrastructure.
Optional: auto-start a worktree after creation (`parsec new-issue --start`).
Allow creating issues directly from parsec:
Currently we rely on `gh issue create` for GitHub. Parsec should support this natively for GitHub Issues, GitLab Issues, and Jira, using the same token/config infrastructure.
Optional: auto-start a worktree after creation (`parsec new-issue --start`).