You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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)?
The text was updated successfully, but these errors were encountered: