Xray-App / xray-maven-plugin

Xray Maven Plugin
BSD 3-Clause "New" or "Revised" License
26 stars 12 forks source link

Import Scenario comment to Jira description field #65

Closed NielsFeldtmannKALO closed 8 months ago

NielsFeldtmannKALO commented 10 months ago

Given a test issue in Jira Xray And the issue has description = "text in description" When I export the test to cucumber via the UI Then I get a comment "text in description" above the tags of the feature

Example of export:

#language: de
Funktionalität: Default

    #text in description
    @TEST_UVIX-338
    Szenario: example test
        Angenommen any steps

Given a feature in the mentioned format with a comment above the tags of the feature when I use the mvn xray:import-features command then the comment is written to the description in jira issue

bitcoder commented 9 months ago

Are you using Xray on Jira datacenter or Xray on Jira cloud? In Xray cloud this should already be possible. Supporting this is dependent on what Xray itself supports in the respective REST API endpoint; it's not managed by this plugin.

NielsFeldtmannKALO commented 9 months ago

We are running on Data Center. You are right that this would depend on the Rest API of Xray. Do you confirm that this issue would be solved with those issues: https://jira.getxray.app/browse/XRAY-9444 https://jira.getxray.app/browse/XRAY-3365

bitcoder commented 8 months ago

I'm closing this issue as it is beyond the scope of this plugin; please reach our Xray support team so they can track your request and point you to the proper issue; I'm not sure if those issues you mentioned cover explicitly what you need but I'll defer that to the support/product team on Xray.