← 返回命令列表

Linux command

jira-project 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List all projects

jira project list

View project details

jira project view [PROJECT_KEY]

List projects in plain table format

jira project list --plain

说明

jira project manages Jira projects from the command line. Part of jira-cli (by ankitpokhrel), it allows listing and viewing project information including project keys, names, leads, and project types.

参数

list
List all accessible projects.
view _key_
View project details by key (e.g., PROJ).
--plain
Display output in plain table format without borders.

FAQ

What is the jira-project command used for?

jira project manages Jira projects from the command line. Part of jira-cli (by ankitpokhrel), it allows listing and viewing project information including project keys, names, leads, and project types.

How do I run a basic jira-project example?

Run `jira project list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does list do in jira-project?

List all accessible projects.