Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
R3.1.5, R3.1.6
-
None
-
None
-
Google Chrome v68, Firefox v61.0.2, Internet Exporer v11
Description
As a user, when we are at "Test Repository" and use the option "View Issues", this option can not work properly, doing the following steps:
Steps to Reproduce
- Open a test repository folder / test repository containing test cases
- Try to Right-Click and Left-click (at the same time/almost) on test, in the repository folder without left-clicking on a test case before.
- Click on link View issues
- Get redirected to JIRA filter with error message (see screenshot)
The URL is wrong: <JIRA-URL>/issues/?jql=issue%20in%20()
The URL must be: <JIRA-URL>/issues/?jql=issue%20in%20(<ID>)
On the gif file attached, it's possible to see this bug.