punerb / supportbee

The supportbee.com CLI gem
MIT License
9 stars 10 forks source link

Tickets Management #6

Open sandipransing opened 12 years ago

sandipransing commented 12 years ago

supportbee tickets { group: | [agent:,]} [label:,]

Example:

Listing All tickets

$ supportbee tickets

Listing tickets of the group call foo

$ supportbee tickets group:foo

Listing tickets for agent username satish and rohit

$ supportbee tickets agent:satish,rohit

Listing tickets with labels high and open

$ supportbee tickets label:high,open
sandipransing commented 12 years ago

Manoj is working on this.