You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.