We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
startedAfter
There is no way to specify this using the Python library.
It would be nice to be able to write something like this:
jira.worklogs(issue="ABC-001", started_after=1724166000000)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: