While importing the execution results into Jira using the API, the screenshots are not imported.
API Endpoint:
rest/raven/1.0/import/execution/cucumber/multipart
Results file type:
default Cucumber results generated by cucumber framework.
Screenshots are stored as shown below
"embeddings": [{
"data": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBw********",
"mime_type": "image/jpg"
}],
What additional steps are needed to make the screenshot appear on the Jira Test Execution.