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.
Hello community,
I'm trying to merge a pull request through rest api using a script. First I get the pull request list that are ready to be merged (looking at some custom criteria), and get the first pull request in the list and send a post request with the version number which I get from the previous get request. But when I try to merge the pull request I get an error as: The remote server returned an error: (409) Conflict. And when I check the version of the pull request, it's getting an older version and that's why the merge fails.
So my question is how do this pull request version works? Why does it increase in a few seconds between that I'm trying a get request and a post request? Or what am I missing here?
Do you have any insights? Thanks!
Best,
Elifcan