We are running Cucumber Tests and upload the results into Jira using the xRay Plugin. The uploaded report is a cucumber json report. Sometimes we attach files to the cucumber scenario and therefor to the report using:
scenario.attach(logText, "text/plain", "log.txt");
In the Report it looks like that:
"embeddings": [{ "data": "loremipsum...", "mime_type": "text/plain", "name": "log.txt" } ],
But in Jira/ xRay the name is missing, the content and mime-type is correct: testrun in xRay
I would expect the same name in Jira/xRay (Screenshot) as in the "name" of the report.