I need fetch a lot of worklogs by single date(it can be date of 2020-th year). I can't use logic with fetching issues and fetch worklogs by them, because it will be a lot of queries and server will shut down.
I tried to fetch /rest/api/3/worklog/updated and then by ids in response fetch worklogs data using /rest/api/3/worklog/list But here I have't issue and project data(I need it and can't fetch using other requests, because have a lot of worklogs). And I have issue, because can't set until in /rest/api/3/worklog/updated request(if I'll set since of 2020-th year, I tried fetch insane count of worklog items, but I need just worklogs for concrete date)
Also, tried filter by date using /rest/agile/1.0/epic/none/issue?jql=worklogDate="...". But here I took just 20 worklog items without filter by date. How I can using jira api filter by issue fields, like "fields.worklog.worklogs.created"?
It's Big company and not can make possible getting work logs by date from and date to
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.