I have written a RobotFramework listener to auto-import the test execution into JIRA XRay. I can see that the tags of the test case is showing up as Label but the documentation of the test is not showing up as Description.
I am using the below as the API endpoint to do the robotframeowrk test result import. Is it possible to do so? If not, can this be added in the future? i've looked at the multipart solution, but it is not useful as one has to create the json for each test where the test documentation is expected to be different. Please advise.
self.xray_api_endpoint = "{}/rest/raven/1.0/import/execution/robot".format(self.xray_host)