jira-client icon indicating copy to clipboard operation
jira-client copied to clipboard

Implemented getAllComments method

Open tess1o opened this issue 7 years ago • 1 comments

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

tess1o avatar Jul 30 '18 15:07 tess1o

we also need this fix...

tomlux avatar Jan 12 '19 04:01 tomlux