admin auth
admin user
jira auth
jira dashboard
jira filter
jira project
jira workitem
rovodev auth
Last updated Oct 3, 2024

acli jira project list

List of projects visible to the user.

1
2
acli jira project list [flags]

Examples

1
2
# List up to 20 projects recently viewed
$ acli jira project list --recent

# List all projects
$ acli jira project list --paginate

# List 50 projects and output in JSON format
$ acli jira project list --limit 50 --json

Options

1
2
  -h, --help        Show help for command
      --json        Generate a JSON output
  -l, --limit int   Maximum number of projects to fetch (default 30)
      --paginate    HTTP requests to fetch all pages of results. The '--limit' is ignored
      --recent      Returns a list of up to 20 projects recently viewed by the user

SEE ALSO

Rate this page: