Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I am trying to upload testng report data to JIRA following the link:
But the issue am facing is, I am unable to upload any attachments, even after giving them under evidences section (after encoding base64)
Is it feasible to upload the test execution results with attachments?
Even after uploading the results, I do not see comments getting updated in the defect, can you tell me how to do so?
Also I want to update the transition and other fields of JIRA, can you tell me how can we do that?
sample JSON:
{
"tests" : [
{
"testKey" : "PROJ-2",
"start" : "2017-08-31T11:47:35+01:00",
"finish" : "2017-08-31T11:50:56+01:00",
"comment" : "Successful execution",
"status" : "PASS"
},
{
"testKey" : "PROJ-1",
"start" : "2017-08-31T11:47:35+01:00",
"finish" : "2017-08-31T11:50:56+01:00",
"comment" : "Successful execution",
"status" : "PASS",
"evidences" : [
{
"data": "c2FzZGFzZHNhZGFzZGEK",
"filename": "/Users/ravi/Desktop/a.txt",
"contentType": "text/plain"
}
]
}
]
}
I do not see where the comment gets reflected. I do not see the comment neither in test execution nor in test case section
I need to understand this as I am trying to integrate selenium with X-Ray in my project to bring down the manual testing
Hi ravi,
Thanks for using Xray :)
Xray does support reporting results and embedding attachments. You may see an example here for Xray JSON format; please see "Xray JSON results" section.
In the future, I kindly ask you to directly contact our support using our service desk here.
Best regards,
Xray for JIRA Team
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.