kadimgh
Results
3
comments of
kadimgh
I'm using the following at the moment: ``` from jira import JIRA from jira.resources import Resource class JiraChangelog(Resource): def __init__(self, options, session, raw=None): Resource.__init__(self, "issue/{0}/changelog/{1}", options, session) if raw: self._parse_raw(raw)...
The workaround is to compare issue.fields.worklog.total with the length of jira.worklogs(issue_key) list and if list is smaller then not all worklogs were returned