Questions tagged [jira-xray]

xray is a testcase management application which supports integration with JIRA.

xray is a testcase management application which supports integration with JIRA, one of the leading defect tracking tools. The integration helps you link your defects with the test cases and improves the trace-ability.

184 questions
0
votes
1 answer

Pre-condition Summary and Description when Exported from Jira are not mapped to Cucumber Background Title and Description section

While importing Cucumber feature files to Xray, Background Title and Description are mapped to Pre-condition Summary and Description fields but when exporting a pre-condition issue from Xray it's Summary and Description are not copied over to…
pgundlupet
  • 41
  • 5
0
votes
1 answer

Jira XRAY result are not updated after importing json formatted result file

We are manually trying to import test execution result in json format to xray Jira. Our test cases are of manual type with steps but we would like to mark complete test cases Pass or Fail not for each step. For this we created manually json file for…
0
votes
1 answer

Xray integration with jenkins pipeline

I need any sample project where they ran some test cases and generated a XML report which contains project key,status of the test case and then pushed into JIRA Xray using TestNGXML Kindly help me with proper example , not getting any help from…
Pkpk
  • 7
  • 2
0
votes
1 answer

X-Ray Cloud integration into JIRA changes the summary of existing Jira issues

I have built an app that creates an X-Ray execution based on the RobotFramework output.xml file using the X-Ray RESTful APIs. I understand that if I have a tag, such as QA-263, in my .robot script that doesn't exist in Jira, X-Ray will create a test…
0
votes
1 answer

How to bulk import only Cucumber Feature section into Xray when they do not exist in Jira

There are more than 500 Cucumber Feature files in our automation test suite and I am trying to import them into Xray. I am using Jenkins to do that with XrayImportFeatureBuilder class. As suggested in Importing Cucumber Tests - REST doc, Feature…
pgundlupet
  • 41
  • 5
0
votes
1 answer

Cucumber Scenario description is not getting imported into Xray

Our Cucumber Feature files are designed to have Scenario Description with Title. So when I import feature files into Xray via Jenkins, Feature description gets copied over into Xray Test description area rather I want Cucumber Scenario description…
pgundlupet
  • 41
  • 5
0
votes
1 answer

Integration of Jenkins with Xray with the help of Jenkinsfile

I am getting this issue on the integration of Jenkins with Xray using Jenkinsfile. Error:- Unable to confirm Result of the upload..... Upload Failed! Status:400 Response:{"error":"Error assembling issue data: project is required"}. Does anyone have…
0
votes
1 answer

How show the run date on the Test Runs Summary widget on JIRA Dashboard

I have added the Test Runs Summary xray widget to my JIRA Dashboard. The results are shown - but there is no timestamp at all, so you have no idea when the run was executed. Is there any way to show the run time?
Matt
  • 773
  • 2
  • 15
  • 30
0
votes
0 answers

Jira XRAY - Failing to import an xml using xray

I am trying to upload xml to jira using xray api. for %f in (D:\xray_test_junit\*) do curl -H "Content-Type:text/xml" -X POST -H "Authorization:Bearer %token%" --data @"%f"…
Mahesh Phate
  • 146
  • 3
  • 13
0
votes
1 answer

Automate Xray Test Coverage/Traceability Matrix reports generation

I've reviewed Xray docs available here: https://docs.getxray.app/display/XRAYCLOUD/Version+2 but there are no endpoints for triggering generation of Test Coverage and Traceability Matrix based on specific criterias. Is there an API available for…
qa2022
  • 1
  • 1
0
votes
1 answer

Requirement status not updating when the linkage is created via test importer

In Xray test management and within a Jira environment, the requirement status of the story is not changing to (not Run) when I linked it within a test from the test importer (using a CSV). Is it a bug? If I do the same manually, the requirement…
0
votes
1 answer

Import cucumber test result with XRay API using Python

I'm trying to perform an import of a cucumber test with the Xray API on Python, to be more specific I'm trying to translate this curl on Python side (it's a multipart form) : curl -u usr:pass -F info=@$xrayResultFilePath -F…
Vlad Crow
  • 39
  • 3
0
votes
1 answer

How to import execution result on Jira+Xray on a different endpoint with Jenkins xray plugin?

I am trying to import test execution results to jira+xray and using the Jenkins Xray plugin. The JSON file works well when I manually post a request on the path " /rest/raven/2.0/import/execution", but fails while using the Jenkins Xray plugin. I…
Xander
  • 3
  • 4
0
votes
1 answer

JIRA Xray- Not a JSON Object error while making Rest API call to get Execution details

Please help I am trying to fetch all tests associated with Execution in JIRA XRAY I am getting java.lang.IllegalStateException: Not a JSON Object error at step mentioned in last below(element.getAsJsonObject();) String…
0
votes
1 answer

Jira xRay test management dataset import

Does anyone know if it is possible to bulk import many datasets for many tests at once in xRay test management of the Jira cloud? for e.g. with: REST API GraphQL xRay importer ...