Linux command
jira-projects 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List all projects
jira projects
List projects in plain format
jira projects --plain
List with no headers
jira projects --no-headers
List recently viewed projects
jira projects --recent
说明
jira projects lists all accessible Jira projects. Part of jira-cli, it displays project keys, names, and types. An alias for `jira project list` with convenient output options.
参数
- --plain
- Output without formatting.
- --no-headers
- Omit column headers.
- --recent
- List recently viewed projects.
- --paginate
- Fetch all pages of results.
- --json
- Generate JSON output.
FAQ
What is the jira-projects command used for?
jira projects lists all accessible Jira projects. Part of jira-cli, it displays project keys, names, and types. An alias for `jira project list` with convenient output options.
How do I run a basic jira-projects example?
Run `jira projects` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --plain do in jira-projects?
Output without formatting.