Skip to content

sideloading does not include all requested includes #685

Description

@frankivo

Using zenpy 2.0.56

import datetime
client = Zenpy(**credentials)
rday = datetime.datetime.now() - datetime.timedelta(days=1)
inc = ["users","comment_count", "metric_sets"]
requests = client.tickets(start_time=rday,include=inc)

comment_count is present, but not the others

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions