I'm currently developing a program that get all the worklogs of a employee in the past month(using jira) and i can't make the url to get the worklogs from a period of time. Anyone knows how to do that ?
What i can do: http://my-jira-domain/rest/api/latest/search?jql=assignee=name-employee&fields=worklog
And jira return all the worklogs of that assignee.
Thx, guys