jenkinsci / xray-connector-plugin

Xray Test Management Connector for Jenkins
https://plugins.jenkins.io/xray-connector/
MIT License
16 stars 13 forks source link

xray endpointName: '/junit/multipart' should tag test ticket to test execution ticket based on id and not summary. #68

Open PriyankaKoparkar opened 1 year ago

PriyankaKoparkar commented 1 year ago

What feature do you want to see added?

While importing xml test result, xray endpointName: '/junit/multipart' should search for test ticket id (mentioned as tags in report) in jira before creating new test tickets.

Current behavior: Xray matches testcase name with jira test ticket summary, if match is found it tags that test ticket to the newly created test execution ticket, else it will create new one. Problem with this is, if developer changes testcase name, xray ends up creating a new one.

Instead if xray can match test ticket id same as it does for cucumber report, junit and xml reports combination will work perfectly for some projects.

Upstream changes

No response