Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving the issures created by last seven days by REST API V3

Inayatulla Shaik
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!
September 16, 2025

Dear Community,

I have asked this question on the same and you people replied to it. Your reply helps me alot. Now I have another question related to this. For Retrieving the issues, created from last sevendays starting from the current date, I have used below REST URI

https://clario-onecoadev-team.atlassian.net/rest/api/3/search/jql 

I am using the URI in Postman and supplied additional arugments like query as body

{"jql":"project =\"ONECA\" && issueType = \"Release Request JC\" && created >= -7d"}
For login credentials, I have given my user name and API Key.
After Providing all the things I got the response. And below is the response what I got 
{
    "issues": [
        {
            "id": "12184"
        },
        {
            "id": "12151"
        },
        {
            "id": "12120"
        }
    ],
    "isLast": true
}
Here am getting list of jira tickets(issues).
My requirement is, under each issue, I need to get system fields like key, description and a set of custom fields (May be up to 65),  some of the fields only may have data, which is fine. This is what my requirement is, please assist me in this regards. We are doing JIRA Cloud evaluation. Your response will help us greatly. Thanks alot. 

 

1 answer

0 votes
Bill Sheboy
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.
September 16, 2025

Hi @Inayatulla Shaik -- Welcome to the Atlassian Community!

Please review the documentation for the new, issue search endpoint as the default is to only return the id values.  Any other fields must be specified in the request.

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get

 

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events