plane
plane copied to clipboard
[feature]: Allow API calls to /api/workspaces/:workspace-id/worklogs
Is there an existing issue for this?
- [x] I have searched the existing issues
Summary
We want to automate some of the work around invoicing worklog entries.
With the current available API we need to do a lot of fetch calls and filter items.
But the UI calls https://api.plane.so/api/workspaces/:workspace-id/worklogs/
This endpoint accepts query params for daterange, project-id and other filters.
Couldn't this endpoint be opened up in the API?
Why should this be worked on?
The endpoint already exists, and would ease a lot of the manual work involving invoicing these entries to clients using something like n8n or manual coded flows.