Hi Team,
I am using the following url "https://****/rest/tempo-timesheets/3/worklogs?projectKey={}" to get all the issues of a single project by providing the appropriate project key.
My concern is that the when I query the above url the number of issues that I received for certain project is very large, due to which it sometimes does not return the response,
Are there any filters that I can apply to the above url so that I can get the response in chunk or get only the latest issues. Any more clarification will be very helpful.