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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
where I am working, we use a python API to get tickets info, create and delete on jira using the REST API.
Everything was working fine until the company update jira to a newest version of jira
we went from v8.3.5 to v8.20.10
now when we use the REST API to create or delete a ticket, then after the server gave it's response we have no guarantee how long before a search will actualy work properly on it which is highly problematic.
the timing seems completely inconsistent, sometimes just calling delete then search for the ticket actually works and return something instead of a proper not found
and the info that it returns can be completely messed up. Any idea how to solve this that doesn't required to come back to an older version of the jira server ?