Can't create a test execution using xray api

Chaimae Alaoui Ismaili November 14, 2018

Hello everyone,

I'm trying to use the Xray api  POST : "/rest/raven/1.0/import/execution" and I have setted the query parameter executionResults with  json data that I should send respecting the mentioned format in the documentation, and this is of course scripting in java language, but I get the error 500/ Internal server error

json object:

{
"info" : {
"summary" : "test of test execution 2"
}
}

 

HttpPost request = new HttpPost(HOST + "/rest/raven/1.0/import/execution");

String input = FileUtils.readFileToString(json, "UTF-8");

        List<NameValuePair> nvps = new ArrayList<>();

        nvps.add(new BasicNameValuePair("executionResults", input));

        System.out.println(nvps);

        request.setEntity(new UrlEncodedFormEntity(nvps, StandardCharsets.UTF_8));

        request.setHeader("Content_type", "application/json");

        request.setHeader("Authorization", "Basic " +Base64.getEncoder()

.encodeToString((USERNAME + ":" + PASSWORD).getBytes(StandardCharsets.UTF_8))

);

Could you please help with this ?

2 answers

0 votes
Rogério Paiva - Xray Xporter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 9, 2021

Hi  @Chaimae Alaoui Ismaili and @sakthivel.p10 

So far, we don't have any record of any malfunction in this feature.

It is best to contact Xray Support (http://Xraysupport.getXray.app) to share your configuration so that the support team can investigate further.

Thank you.

Kind regards,
Rogerio Paiva [Xray Support Team]

0 votes
sakthivel.p10 November 1, 2021

Hi,
Is your issue resolved, am too facing same issue. whichever is worked before is getting 500/internal server error now

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events