Skip to main content
Track bugs, features, and tasks with wit issue. Create, view, and manage issues without leaving your terminal.
Issue commands require a wit server. Start one with wit serve or connect to an existing wit platform.

Quick Start

Command Reference

Creating Issues

Basic Usage

Options

Example Output

Listing Issues

Example Output

The status indicator shows:
  • 🟢 Green = Open
  • 🔴 Red = Closed

Viewing Issue Details

Example Output

Adding Comments

Example Output

Closing and Reopening

Example Output

Complete Workflow Example

Linking Issues and PRs

Reference issues in commit messages and PR descriptions:

Error Handling

Missing Title

No Remote Origin

Server Not Running

Issue Not Found

API Usage

Use issues programmatically via the tRPC API:

Environment Variables

Tips

Quick issue creation: Use the positional argument for fast issue creation:
Labels: Define labels in your repository settings, then use them when creating issues:
Closing via commits: Use keywords in commit messages to auto-close issues:
  • closes #15
  • fixes #15
  • resolves #15

Next Steps

Pull Requests

Create and manage PRs

Git Server

Set up your own server