Hi,
I'm writing an automation to get the minimum approvals for a PR before merging it. I tried to search for rest api but couldn't find.
Can someone tell me if there is an rest api to get the minimum approvals required for a PR per repo?
Thanks in advance.
SheshaChandra
Found it.. The rest api is below incase if it helps anyone.
/rest/api/1.0/projects/"+projectKey+"/repos/"+repoName+"/settings/pull-requests"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.