command:filter

filterGetByType

filterGetByType --type= [--target=] [--zsurl=] [--zskey=] [--zssecret=] [--zsversion=] [--http=] [--output-format=] 

Retrieve and display a list of filters.

  • --type
    Type of a filter (issue,job)
  • --output-format
    Output format. Default is "xml", but you can use "json", or "kv" for key-value.

filterSave

filterSave --type= --name= [--data=] [--id=] [--target=] [--zsurl=] [--zskey=] [--zssecret=] [--zsversion=] [--http=] [--output-format=] 

Save a filter.

  • --type
    Type of a filter (issue,job)
  • --name
    Name of filter.
  • --data
    Array of parameters to be saved.
  • --id
    ID of a filter.
  • --output-format
    Output format. Default is "xml", but you can use "json", or "kv" for key-value.

filterDelete

filterDelete --name= [--target=] [--zsurl=] [--zskey=] [--zssecret=] [--zsversion=] [--http=] [--output-format=] 

Delete a filter.

  • --name
    Name of filter.
  • --output-format
    Output format. Default is "xml", but you can use "json", or "kv" for key-value.