I am using Xray - Test Management for Jira Plugin. With the help of this plugin currently I was able to imoprt the test execution results to JIRA using the
step([$class: 'XrayImportBuilder'])
But I am unable to import the cucumber features to JIRA using the corresponding class of the same plugin
step([$class: 'XrayImportFeatureBuilder'])
Here is code I am using for this task,
Here is the output of the above sterp...