Skip to content

is it possible to get more than 10000 worklogs? #5

@skromez

Description

@skromez

Hi, I'm trying to fetch all the existing work logs through your API

worklogs = TrackerClient().worklog.find()
for worklog in worklogs:
   print(worklog.id)

this code works fine until I'm exceeding the 10000th work log, then API throws a 400 error which says: Request exceeds 10000 items limit

How do I get ALL the existing work logs if there's more than 10000 of them?

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