Skip to content

Add startedAfter parameter support to worklogs() #1895

@wblondel

Description

@wblondel

Problem trying to solve

Hello,

Since v3 of the Jira REST API, we can specify the startedAfter query parameter to only get worklogs that started after a specific timestamp.

There is no way to specify this using the Python library.

Possible solution(s)

It would be nice to be able to write something like this:

jira.worklogs(issue="ABC-001", started_after=1724166000000)

Alternatives

No response

Additional Context

No response

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