Xray-App / xray-maven-plugin

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

xray:import-features failes including Java DocString #64

Closed NielsFeldtmannKALO closed 9 months ago

NielsFeldtmannKALO commented 11 months ago

I'd like the plugin to transfer a Java DocString into the jira ticket

My feature is like

Scenario: A Step with JSON
  Given a JSON
    """
    {
      "any": "thing"
    }
    """
When I call mvn xray:import-features 
Then I want Jira to have the JSON included

The created Jira Issue does not contain the content of the DocString

orcunbalcilar commented 10 months ago

Hi, I'm having the same issue. This is probably about xray rest api. Could we find a solution to this problem?

bitcoder commented 9 months ago

This is dependent on Xray REST API. For Xray on Jira datacenter the issue on the backlog is: https://jira.getxray.app/browse/XRAY-3365. You should reach out Xray support team; there's nothing we can do in this project.