Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I just wonder is there an API method we can call to get a list of issues that were modified during a time range.
For example, I want to get a list of issue of a specific project that got modified for the last hour.
If yes, what is the URL of that API call?
Hi Molin,
Please see below the documentation for Jira Cloud:
https://developer.atlassian.com/cloud/jira/platform/rest/v2/#api-rest-api-2-search-get
For some specific examples, have a look at this older thread, it explains how to encode some symbols in the URL:
Hello,
It is possible. You should use the search Rest Api method:
You could send a JQL like this:
update > -1h and project = project
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.