### 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: ```python jira.worklogs(issue="ABC-001", started_after=1724166000000) ``` ### Alternatives _No response_ ### Additional Context _No response_