Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bdevay opened this issue Oct 9, 2024 · 0 comments
Open

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

bdevay opened this issue Oct 9, 2024 · 0 comments

Comments

@bdevay
Copy link

bdevay commented Oct 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant