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 couldn't find any API to fetch status of my plan when it's triggered by REST API itself. I would like to know weather my plan started it's execution or running or queued for some reason. I would like trigger a build from my UI and then look for its status with some interval or by attaching some listener to it.
What I tried?
When I trigger a builds I get a build number and then I issue another API i.e https://my-babmoo-url/rest/api/latest/result/projectKey?buildNumber=15
so I need to keep call a 2nd API with some interval of time.
Is there any clean way using API to get current running build status for my project or for my plan?