REST services branch conflicts internal error 500
I am using REST services to perform branch operations using Jenkins by following ( https://community.pega.com/knowledgebase/articles/using-rest-services-perform-branch-operations ) this article.
I am able to successfully perform the following operations:
1. Get Reviews for Branch
2. Get Branch Summary
3. Create Branch Review
I am facing issue while trying to Get Branch Conflicts.
Jenkins Build log is:
I am using REST services to perform branch operations using Jenkins by following ( https://community.pega.com/knowledgebase/articles/using-rest-services-perform-branch-operations ) this article.
I am able to successfully perform the following operations:
1. Get Reviews for Branch
2. Get Branch Summary
3. Create Branch Review
I am facing issue while trying to Get Branch Conflicts.
Jenkins Build log is:
HttpMethod: GET URL: http://c00xxxx.test.abcd.pqrst.com:8080/prweb/api/v1/branches/TF_SP2_4_414797/conflicts?applicationName=ABC&applicationVersion=01.01.01 Sending request to url: http://
c00xxxx.test.abcd.pqrst.com:8080/prweb/api/v1/branches/TF_SP2_4_414797/conflicts?applicationName=ABC&applicationVersion=01.01.01
Response Code: HTTP/1.1 500 Internal Server Error ERROR: Build step failed with exception hudson.AbortException: Fail: the returned code 500 is not in the accepted range: [[100‥399]]
I have also updated the pySetVersionPasswordDefaultsparams using this link ( https://community.pega.com/support/support-articles/pega-api-error-using-rest-service ). and still could not get it to work.
The API is working from the Pega simulation and gives the response code 200.
See the image attached.
What could be the possible issue here? Please help. TIA!