@@ -68,23 +68,24 @@ Description:
6868
6969Options:
7070
71- -h, --help - Show this help.
72- -w, --workspace <slug> - Target workspace (uses credentials)
73- -s, --state <state> - Filter by issue state (can be repeated for multiple states) (Default: [ "unstarted" ], Values: "triage", "backlog",
74- "unstarted", "started", "completed", "canceled")
75- --all-states - Show issues from all states
76- --assignee <assignee> - Filter by assignee (username)
77- -A, --all-assignees - Show issues for all assignees
78- -U, --unassigned - Show only unassigned issues
79- --sort <sort> - Sort order (can also be set via LINEAR_ISSUE_SORT) (Values: "manual", "priority")
80- --team <team> - Team to list issues for (if not your default team)
81- --project <project> - Filter by project name
82- --cycle <cycle> - Filter by cycle name, number, or 'active'
83- --milestone <milestone> - Filter by project milestone name (requires --project)
84- --limit <limit> - Maximum number of issues to fetch (default: 50, use 0 for unlimited) (Default: 50)
85- -w, --web - Open in web browser
86- -a, --app - Open in Linear.app
87- --no-pager - Disable automatic paging for long output
71+ -h, --help - Show this help.
72+ -w, --workspace <slug> - Target workspace (uses credentials)
73+ -s, --state <state> - Filter by issue state (can be repeated for multiple states) (Default: [ "unstarted" ], Values: "triage", "backlog",
74+ "unstarted", "started", "completed", "canceled")
75+ --all-states - Show issues from all states
76+ --assignee <assignee> - Filter by assignee (username)
77+ -A, --all-assignees - Show issues for all assignees
78+ -U, --unassigned - Show only unassigned issues
79+ --sort <sort> - Sort order (can also be set via LINEAR_ISSUE_SORT) (Values: "manual", "priority")
80+ --team <team> - Team to list issues for (if not your default team)
81+ --project <project> - Filter by project name
82+ --project-label <projectLabel> - Filter by project label name (shows issues from all projects with this label)
83+ --cycle <cycle> - Filter by cycle name, number, or 'active'
84+ --milestone <milestone> - Filter by project milestone name (requires --project)
85+ --limit <limit> - Maximum number of issues to fetch (default: 50, use 0 for unlimited) (Default: 50)
86+ -w, --web - Open in web browser
87+ -a, --app - Open in Linear.app
88+ --no-pager - Disable automatic paging for long output
8889```
8990
9091### title
0 commit comments