Hi,
I'm trying to perform an API call in order to get information specifically about issue changes history within a defined timestamp-for example last 24 hours.
I'm using currently this:
jira/rest/api/2/issue/API-1?expand=changelog
but of course in this case, since no filter regarding the required period of time in which changes were occurred defined, I'm getting the whole history log.
May someone assist me with that?
Thanks
Adiel