-
Notifications
You must be signed in to change notification settings - Fork 20
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
[Feature] Support for TimeEntries parameters #134
Comments
Thanks for the issue @sayansha! I've updated the docs for the Time Entries stream in this PR #135 Yes your method looks better as it'd get all time entry history as you've said. To implement this I think we'd need to look at a few things (After verifying we can even pull this data as expected via Postman, sometimes Clickups docs don't match exactly what you'd expect to happen)
Yes, it's very possible see my above writeup! number 1
The issue is in I'm welcome to PRs if you have the time @sayansha ! |
Thanks for providing the tap.
However, the current TimeEntries stream only returns the time tracking data of the calling user for the past 30 days. According to my data warehousing use case, I need the time-tracking data for all users for a longer period.
To get all (older than 30 days) time tracking data for all users the parameters
assignee
andstart_date
are required. Also, theinclude_location_names
is necessary for getting additional details.Currently, I am doing the following to get the data,
Is it possible to set the parameters mentioned above via the configuration?
If not, it would be great to have a feature for the TimeEntries stream, where the parameters mentioned above can be passed through the configuration.
The text was updated successfully, but these errors were encountered: