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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.