Problem
linear issue view <ID> does not include the assignee in its output — neither in the default markdown rendering nor in --json mode.
Assignee is basic issue metadata (like state, project, cycle) that users frequently need when triaging or reviewing issues. Currently the only way to get it is via a raw GraphQL call:
linear api '{ issue(id: "TEN-XXX") { assignee { displayName } } }'
Expected behavior
linear issue view should show the assignee name, similar to how it already shows state, project, milestone, and cycle.
For --json, the output should include an assignee field (e.g. {"assignee": {"name": "...", "displayName": "..."}}).
Version
linear 1.11.1 (Homebrew, schpet/tap)
Problem
linear issue view <ID>does not include the assignee in its output — neither in the default markdown rendering nor in--jsonmode.Assignee is basic issue metadata (like state, project, cycle) that users frequently need when triaging or reviewing issues. Currently the only way to get it is via a raw GraphQL call:
Expected behavior
linear issue viewshould show the assignee name, similar to how it already shows state, project, milestone, and cycle.For
--json, the output should include anassigneefield (e.g.{"assignee": {"name": "...", "displayName": "..."}}).Version
linear 1.11.1 (Homebrew, schpet/tap)