-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.2.2
-
Component/s: Dashboard & Gadgets
-
3.02
If your JIRA instance has a 'context path' part in the URL (something after the port), eg '/jira' in http://localhost:8090/jira, then clicking 'Unwatch' in the 'Watched issues' portlet redirects you to the wrong URL. The link to click on is something like:
and this redirects to:
http://localhost:8090/jira/jira/secure/Dashboard.jspa
(notice the duplicate '/jira').