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.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

JIRA REST API Question

Molin Chung
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 7, 2019

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?

2 answers

2 accepted

1 vote
Answer accepted
Claudiu Lionte
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 7, 2019

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:

https://community.atlassian.com/t5/Jira-questions/How-do-I-retrieve-issues-of-specific-status-with-JQL/qaq-p/540468

1 vote
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 7, 2019

Hello,

It is possible. You should use the search Rest Api method:

https://docs.atlassian.com/software/jira/docs/api/REST/7.12.0/?_ga=2.23289850.1513002746.1547637396-1149622764.1547637396#api/2/search-search

You could send a JQL like this:

update > -1h and project = project

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events