Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.18 KB

File metadata and controls

45 lines (27 loc) · 1.18 KB

issue

Purpose

issue manages issues and work items.

Why This Exists

Issues are common across providers, but field names and APIs differ.

When To Use It

Use issue to create, list, or view tracked work.

Before You Run

Resolve the repository with --repo or run from a cloned repository with a provider remote. Listing defaults to open issues and a limited result set; pass state and limit options when building triage views.

Common Commands

  • gitfleet issue create "Bug title" --repo owner/repository --body "Details"
  • gitfleet issue list --repo owner/repository --state open
  • gitfleet issue list --repo owner/repository --state open --limit 50 --page 2
  • gitfleet issue view 17 --repo owner/repository

Provider Support

GitHub and GitLab both support issue operations.

Safety Notes

Creating issues mutates provider state. Listing and viewing are read-only.

JSON/Automation Notes

Use --json for triage dashboards and import/export workflows. For list output, --limit is the page size and --page selects a 1-based provider page.

Related Commands

See review, label, planning, and inbox.