Max Sudyin

Results 4 issues of Max Sudyin

Added method: ```python for ticket in zenpy_client.search_export(query='created>=1month', type='ticket'): print(ticket.id) ``` Similar to `zenpy_client.search()`, but using [Search Export API](https://developer.zendesk.com/api-reference/ticketing/ticket-management/search/#export-search-results) It may be handy if the limit of 1000 results is not...

Hi there! I've noticed, that nowadays (iOS app version 5.2.1) it's necessary to use phone-like format for login even for email-based usernames. If your login in the app is `[email protected]`...

**Description** We are using `yandex_tracker_client` as a library on a backend to perform issue search in Yandex Tracker, where our backend app receives request from our frontend app and performs...

- [+] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [+] I have read the documentation and cannot find an...

bug