Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

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

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

1 answer

0 votes
Charlie Misonne
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 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?

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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 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

Thank you Charlie. 

Suggest an answer

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

Atlassian Community Events