atlassian-python-api
atlassian-python-api copied to clipboard
Question: does issue_get_worklog return all work logs for an issue?
The documentation says: """ Returns all work logs for an issue. Note: Work logs won't be returned if the Log work field is hidden for the project. :param issue_id_or_key: :return: """ However, I can't see pagination in the code that suggests that only the first n elements are returned. What is the truth? Is there a way to get all elements with a single call? Do you have a best practice for pagination (how to get the number of worklog items, using offset, and multi-threading)?