You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.