bobcarroll / jira-client

A simple JIRA REST client for Java
Other
473 stars 379 forks source link

Implemented getAllComments method #233

Closed tess1o closed 1 year ago

tess1o commented 6 years ago

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).

tomlux commented 5 years ago

we also need this fix...