LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

jira-project

manages Jira projects from the command line

TLDR

List all projects
$ jira project list
copy
View project details
$ jira project view [PROJECT_KEY]
copy
List projects in plain table format
$ jira project list --plain
copy

SYNOPSIS

jira project subcommand [options]

DESCRIPTION

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.

PARAMETERS

list

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

SEE ALSO

Copied to clipboard
Kai