telekom / testerra-xray-connector

testerra-xray-connector is used for synchronizing test results with Xray plugin for Atlassian Jira.
Apache License 2.0
4 stars 1 forks source link

Support "sprint" field #9

Closed mreiche closed 2 years ago

mreiche commented 2 years ago

Is your feature request related to a problem? Please describe. Some fields for test execution are not implemented in the ResultSynchronizer as default.

Describe the solution you'd like We need a generall solution to extend the synchronization by custom fields.

Original comment

Ich möchte gern über den testerra xRaySynchronizer einen Wert für den Sprint bei den Test-executions setzen. Hat das schon mal jemand gemacht oder kann mir das Prinzipielle vorgehen beschreiben. Bisher habe ich nur die Felder wie im Beispiel-propert- file aus der Doku (https://github.com/telekom/testerra-xray-connector/#add-property-file) gesetzt

mreiche commented 2 years ago

"sprint" is not supported by Xray test results import: https://docs.getxray.app/display/XRAY/Import+Execution+Results There may be a way to implement that by raw Jira ReST API, but that seems way to complicated. Therefore, I won't implement nor fix that.