Here's the situation:
I have test cases that are in test execution. Bugs are created from these.
The bug is now linked to the test case. In the bug it says under shortcuts: "Affects test execution of...."
Now I need a JQL that gives me all bugs that are linked to a Test-case. But I can't find anything to find the bugs, because the shortcut can't be found.
Normally I would have expected the test case to say "relates to..." but unfortunately this is not the case.
Can you help me please?
To get the "relates to" as link go to jira settings > apps > general configuration > change tests to defect relation > in drop down select relates to > save
After that check with below query
project= xyz AND issueLinkType in ("relates to") AND issuetype = Bug
ok thx i will try it !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello there!
I am needing an API that gives me this information. Do you know where I can find it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.