API Playground - How to get issues comments or subitems?
Hi,
I'm starting using API Playground to export Space issues and I'm using the endpoint /api/http/projects/id:{projectId}/planning/issues .
The response has two fields with comments and subitems count but I can't get the content of them.
The attachements have a field with count and content, and I want to do the same thing with comments and subitems.
¿How can I get this info?
Thanks.
Please sign in to leave a comment.
Hi Damian, for retrieving the issue chat history (changes, comments, etc.), please use this method: Chats / Messages / Get channel messages. As for the sub-items, the corresponding API methods and parameters are going to be added soon, please stay tuned.