Hi everyone, I have been using the JIRA REST API for retrieving data but I noticed something weird.
I cannot find the comments field for issues that have comments on the JIRA dashboard, the URL I am using is:
http://domain.com/rest/api/2/search?jql=%20sprint%20=%2058
Which gives me all the issues for sprint id 58, there are numerous issues in sprint 58 that have comments but I was not able to see a comments field for them. Am I missing something in the URL?