GitKraken CLI

gk issue show

Show a single issue by ID

Synopsis

This command fetches a single issue by its provider-native ID, resolving it even if it is closed or unassigned. Available providers: github, github_enterprise, gitlab, gitlab_self_hosted, jira, jira_server, azure, linear, trello

The ID is provider-native: numeric for GitHub/GitLab/Azure, a key like GK-1234 for Jira or DRE-2 for Linear.

Scope flags depend on the provider: github, github_enterprise, gitlab — –organization-name and –repo-name azure — –organization-name and –project jira, linear, trello — none; the id/key resolves on its own Use –with-comments to include the issue’s comments.

Examples: gk issue show jira GK-1234 –with-comments –output json gk issue show github 1234 –organization-name gitkraken –repo-name kepler –output json gk issue show azure 101 –organization-name my-org –project MyProject –output json

gk issue show <id> [flags]

Examples


  issue show <id> --output json
  issue show <provider> <id> --organization-name <org> --repo-name <repo> --output json

Options

  -h, --help                       help for show
  -o, --organization-name string   Organization name (GitHub, GitLab, Azure)
      --project string             Project (Azure)
  -r, --repo-name string           Repository name (GitHub, GitLab)
      --with-comments              Include the issue's comments

Options inherited from parent commands

      --no-telemetry     Disable telemetry (OTel spans, Sentry) for this invocation
      --output string    Output format: text or json (default "text")
      --session string   (Optional) Isolate auth and cache under a named session

SEE ALSO

Auto generated by spf13/cobra on 23-Jul-2026

© 2023 Axosoft, LLC DBA GitKraken