-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
Affects Version/s: 4.6.0, 4.7.0, 4.8.0, 4.9.0
-
Component/s: User interface
-
None
-
Severity 3 - Minor
Issue Summary
When navigating to the application links page in Fisheye, clicking on "Jira settings" on a Jira application link leads to an error page.
Steps to Reproduce
- Create an application link from Fisheye to Jira
- Navigate to Fisheye's application link page
- Click on the "..." and select "Jira Settings"
Expected Results
Either a page with settings shows up or that option is removed since it doesn't lead anywhere
Actual Results
Receive an error page
The below exception is thrown in the xxxxxxx.log file:
2019-12-07 14:40:06,891 ERROR [qtp131872530-988 ] com.opensymphony.webwork.dispatcher.DispatcherUtils DispatcherUtils-serviceAction - Could not find action There is no Action mapped for namespace /admin and action name updateJiraServer-default. Check if there is such an action name with such namespace defined in the xwork.xml and also if such an action class exists. Check also the log to see if the action class is successfully loaded. - [unknown location]
Workaround
No workaround, but there is no missing functionality.
- duplicates
-
FE-7215 Remove 'JIRA settings' link or provide an information page
- Future Consideration