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?