As the error message indicates, the "to" value is not given (it is "null").
When using the "from" parameter, you indicate that you are retrieving worklogs for a period. This requires the use of the "to" parameter as end date of the period.
Can you please change the call to e.g
https://api.tempo.io/4/worklogs/project/{projectId}?from=2022-06-10&to=2022-11-10
This should return the worklogs on the project with your selected projected for the period from June 10th to today that you have permission to view.
Best regards,
Susanne Götz
Tempo team
Ah Thank you! I read that message wrong. It works now
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.