So, there's a few tests that are from two different, but related, user stories, within our sprint that we would like to test at the same time. Is that possible?
In other words, if A is one test case and B is the other test case, and all numbers are steps within those test cases:
Test A1 ---> Test A2, Test B1 ---> Test A3, Test B2..... and so forth
So, in the above example, you start out on the first step of test A, and then, if that passes, you can test both the second step of test A and the first step of B at the same time, and then, if that passes, then you test the third step of A, and the second step of B. Again, while these tests are relatable to each other, they are not the same, because the user stories are simply similar to each other, like if user story A is about ensuring that this functionality produces a report on this new page after querying the data, and user story B, is about the new page (in general).
I hope that is clear, and if not, please ask as if Jira is capable of doing this, this would be wonderful.