Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evolve Toolkit Ticket Cleaner

Command-line utility to delete Inspire Evolve Front Office tickets.

Install

cd "evolve-toolkit"
python3 -m pip install -r requirements.txt

Configuration

Copy config.example.yml to config.yml and update the values:

environment:
  apiKey: "YOUR_API_KEY_HERE"
  cloudUrl: "https://your-cloud-url"
  • apiKey is your API bearer token.
  • cloudUrl is the base URL for the Evolve Front Office API.
  • Ticket selection is controlled with command-line options only.

Usage

Delete tickets for a specific user:

python3 ticket_cleaner.py --user username@quadient.com

Delete tickets for all users:

python3 ticket_cleaner.py --all

Dry run without deleting anything:

python3 ticket_cleaner.py --user username@quadient.com --dry-run

Skip confirmation prompts:

python3 ticket_cleaner.py --all --yes

About

Presales Tools for Evolve

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages