Open
Description
Steps to Reproduce:
- create API token in Zendesk
- add zendesk module to config.yml
zendesk:
apiKey: "1XcUm*********************"
enabled: true
position:
top: 1
left: 1
height: 1
width: 2
status: "new"
subdomain: "mysubdomain"
username: "[email protected]/token"
Actual Result:
when running wtfutil, the output only displays "No unassigned tickets in queue - woop!!"
Expected result:
I expected to see a list of tickets with the status of "new"
Additionally, is there a way to filter the results to only show tickets of "new" status that are assigned to a particular group?