Connect a Linear issue to a Git branch
How the connection works
Linear CLI detects the current issue from its ID in your Git branch name. Starting an issue creates or switches to a branch containing that identifier.
eng-123-fix-login
Use this when: your project follows a normal Git branch workflow.
linear issue start ENG-123
linear issue view
Expected result: the terminal displays the Linear issue linked to your current branch.