If issues are fetched via a Jira Search, then comments for each issue will be missed and getComments() method will return an empty list. Thus, implemented a method getAllComments (similarly to getAllWorklogs) that will fetch all comments for the given Issue (a new rest call will be sent to Jira server).
If issues are fetched via a Jira Search, then comments for each issue will be missed and getComments() method will return an empty list. Thus, implemented a method getAllComments (similarly to getAllWorklogs) that will fetch all comments for the given Issue (a new rest call will be sent to Jira server).