admin auth
admin user
jira auth
jira dashboard
jira filter
jira project
jira workitem
rovodev auth

Searches for Jira filters. When multiple search parameters are present, the search ensures that all the parameters are satisfied.

1
2
acli jira filter search [flags]

Examples

1
2
# Searches for the Jira filters
$ acli jira filter search
$ acli jira filter search --paginate --csv
$ acli jira filter search --limit 5 --json

# Filter dashboards by owner and project name
$ acli jira filter search --owner user@atlassian.com --name 'report'

Options

1
2
      --csv            Generate a CSV output
  -h, --help           Show help for command
      --json           Generate a JSON output
  -l, --limit int      Maximum number of filters to fetch (default 30)
  -n, --name string    String used to perform a case-insensitive partial match with the filter name
  -e, --owner string   Searches for the filters that are owned by the provided email
      --paginate       Fetch all filters by paginating through the results

SEE ALSO

Rate this page: