Skip to content

feat: add labels to issue view --json output#170

Open
RengarLee wants to merge 5 commits into
schpet:mainfrom
RengarLee:feat/issue-view-labels
Open

feat: add labels to issue view --json output#170
RengarLee wants to merge 5 commits into
schpet:mainfrom
RengarLee:feat/issue-view-labels

Conversation

@RengarLee

@RengarLee RengarLee commented Mar 9, 2026

Copy link
Copy Markdown

Add labels field to the JSON output of linear issue view --json.

Each label includes id, name, and color.

Example

{
  "identifier": "P-51",
  "labels": [
    {
      "id": "031de1e8-...",
      "name": "Work",
      "color": "#4cb782"
    }
  ]
}

@RengarLee RengarLee marked this pull request as ready for review March 9, 2026 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant