API for PullRequest Checks

We want to automate some Pull Request based workflows and merge pull requests on certain conditions.

We can get most of the data our we need. However, we can’t seem to find an API to get the ‘Checks’ status of a pull request:

We want to get that status via API, but I seem to not be able to find an endpoint for it and the information seems to be missing in the Pull Request API?

Cheers
Roman

3 Likes

Since it seems not possible at the moment: I’ve created a feature request: [BCLOUD-22014] REST API for Merge Check Status - Create and track feature requests for Atlassian products.

Possible work around: I think its possible to re-implement the merge checks by reading the settings and apply the checks yourself.

1 Like