atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Question: does issue_get_worklog return all work logs for an issue?

Open bdevay opened this issue 1 year ago • 0 comments

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

bdevay avatar Oct 09 '24 07:10 bdevay