Skip to content

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

@bdevay

Description

@bdevay

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions