Hello, we started to use Xray Cloud to manage our test cases and feature files.
To do that, we are using the api /api/v2/import/feature to import our feature files and link the tests to the requirement issue by the @REQ_ tag in the feature file.
@REQ_PROJECTKEY-3
Feature: Dummy feature
@TEST_PROJECTKEY-1 @TESTSET_PROJECTKEY-101
Scenario: Dummy scenario
Given Dummy step description
When Dummy step description
Then Dummy step description
But, whenever I try to do that, this error is returned:
{"error":"Issue update failed! - issuelinks: Field 'issuelinks' cannot be set. It is not on the appropriate screen, or unknown."}
I really don't know what else to do, the REQ_ is configured on Xray and whenever I try to link the test set to the story manually, it works. Currently, the only issue type with Test Coverage enabled is Story.
There are any config that I'm missing to make it work?
Thanks.
Hi, anybody?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.