Choose your work
Find an issue assigned to you
List your unstarted assigned issues and choose the item you want to begin.
linear issue mine
Expected: Your assigned unstarted issues appear in the terminal.
Begin development
Start the selected issue
Replace ENG-123 with the real issue identifier. Linear CLI starts the issue and creates or switches to its branch.
linear issue start ENG-123
Expected: The issue is started and its development branch is ready.
Keep context visible
Read the current issue in your terminal
Linear CLI detects the issue connected to the current branch and displays its details as terminal-friendly content.
linear issue view
Expected: The issue description and related context appear in the terminal.
Complete the workflow
Create the connected pull request
Use the current issue information to prepare a GitHub pull request with its title and body already connected.
linear issue pr
Expected: GitHub CLI creates the pull request using the issue context.
This final command requires GitHub CLI to be installed and authenticated on your computer.