Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add startedAfter parameter support to worklogs() #1895

Open
wblondel opened this issue Sep 9, 2024 · 0 comments
Open

Add startedAfter parameter support to worklogs() #1895

wblondel opened this issue Sep 9, 2024 · 0 comments

Comments

@wblondel
Copy link

wblondel commented Sep 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant