I'm using Jira atlassian rest API to pull the issue details updated/created between date range using Python requests. But it seems not working.
Say for example, I wanted to extract the issue's which has been updated/created between 1st Jan 2018 to 31st Dec 2018 I have tried below API with JQL search. However that returns all the issue's created/updated since 1st Jan 2018 to till date and not limited to 31st Dec 2018.
Can someone help me to achieve the desired result please. Thanks.
Sample API
https://xxx-abc.atlassian.net/rest/api/3/search/?jql=updatedDate>=2018-01-01&updatedDate<=2018-12-31