Description
linear issue update fails with "Could not determine team key from issue ID" when given a full identifier like PLA4-16916, even though the team key (PLA4) is embedded in the identifier.
Reproduction
$ linear issue update PLA4-16916 --description "new description"
✗ Failed to update issue: Could not determine team key from issue ID
Expected
The CLI should parse the team key from the identifier prefix (everything before the -), the same way other subcommands do.
Version