Hi,
System: Jira Xray
Is there any way to add an existing Test Plan with its own tests to the Story? If yes how can I do that?
I managed to add tests only one by one, but I can't find the way to do the same with a Test Plan
Hi Marcin!
If I understand your question correctly, you are trying to link a Test Plan to a Story. That is possible, using the "Link Issue" button at the top of the Story (underneath the Summary).
You can use the Link type of "is tested by" and then link the Test Plan issue key to the Story. Doing this shows the link to the Test Plan, but it will NOT add each individual test within your Test Plan to the Story as a link. You would still need to do that for each individual test.
Linking Tests to a Story is what will ultimately drive the Test Coverage section of the Story (not a Test Plan or Test Execution).
There are ways to do a bulk update of issue links, if you wanted to for example identify all the Tests within your Test Plan in a JQL query, and then bulk update to link the Tests directly to the Story (if you are trying to ultimately drive Test Coverage on your Story).
Hope that helps! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.