I want to find the story which relate to the test.
I use GraphQL , it can not work
stories(limit: 10) { total results { issueId } }
In addition,I find that the story key will be show in feature file ,such as “@REQ_TS-41” but the epic can not. If story relate to the epic, in feature file will show all of them.
Hi @Joanna Lin ,
My best guess here would be to confirm if both Epic and Story are mapped as requirements, also check which requirement populate should you look for a specific test instead:
Such:
{
getTest(issueId: "TEST-123") {
requirements {
issueId
key
summary
}
}
}
Nonetheless, I would recommend you reach out to our support here.
They should be able to assist you with your query.
Best, Francisco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.