ewsterrenburg / python-otrs

Pythonic interface to OTRS SOAP API
GNU General Public License v3.0
47 stars 27 forks source link

TicketSearch with mutiples States #34

Closed victormangabeiro closed 7 years ago

victormangabeiro commented 7 years ago

Hi guys,

How can I use TicketSearch with multiple states?

I tried: TicketSearch(States=['new','open'])

But doesn't works :(

ewsterrenburg commented 7 years ago

@VictorGabrielRM Can you tell what result you are getting? I just tried exactly the same approach and it worked like a charm...

ewsterrenburg commented 7 years ago

No reaction. Will close this issue.