gh api --jq '.[] | .title' /repos/owner/repo/issues
Category: GitHub CLI
gh api --jq '.[] | .title' /repos/owner/repo/issues
Filter API JSON output with a jq expression inline
Runs a jq filter expression on the API JSON response to extract specific fields.