python-freshdesk icon indicating copy to clipboard operation
python-freshdesk copied to clipboard

Cannot retrieve ticket comments

Open yantarou opened this issue 3 years ago • 0 comments

README.md states the following:

>>> ticket.comments[0] [...]

Trying to access comments on a Ticket instance fails with the following error when using freshdesk.api.API or freshdesk.v2.api.API:

'Ticket' object has no attribute 'comments'

It works fine for freshdesk.v1.api.API.

yantarou avatar Jan 06 '23 09:01 yantarou