Searches for Jira filters. When multiple search parameters are present, the search ensures that all the parameters are satisfied.
1 2acli jira filter search [flags]
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'
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
Rate this page: