The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Do we have an api endpoint to get all the upcoming changes.

Roshna
October 16, 2023

I was looking for API endpoint to get all the upcoming changes in Jira within a time range.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Charlie Misonne
Community Champion
October 17, 2023

Hi @Roshna and welcome to the Atlassian community!

What kind of changes are you looking for? Changes from change tickets in Jira or changes Atlassian is rolling out on Atlassian Cloud?

Roshna
October 17, 2023

Hi Charlie.

I m looking for a way to access all changes from change ticket via API.

I m also exploring to get the same via JQL.

Thanks

Roshna

Charlie Misonne
Community Champion
October 18, 2023

Hi Rosha,

You can construct a JQL indeed. When you plan a change normally you use a date field that says when the change will start ("start date" for example).

So you could do this to get all chanegs that are planned within 7days for example: issuetype = Change and "Start date[Date]" < 7d and "Start date[Date]" > now()

With the REST API you can get JQL results: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get

Roshna
October 31, 2023

Thank you Charlie. 

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events