Zoho Sprints Create Item API not returning item ID and others
I'm using the API to create a bug directly into Zoho Sprints. I am successfully able to create a bug, but I have an issue - The response API does not return the ID of the item created. This makes it difficult for me to store the ID from the response and then use it directly. Please return the new item ID created in the response.
When I use the Get Items API call, I am able to successfully pull the data. However, there is no documentation for the values returned within an item in the response, so its become a discovery by trial and error to figure out what the values are. Please document the items so that's easier to understand what they are.