-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 7.6.10, 7.7.4, 7.8.4, 7.9.2, 7.10.2, 7.11.2, 7.12.3, 7.13.0
-
Component/s: Dashboard & Gadgets
-
None
-
7.06
-
Severity 3 - Minor
-
Summary
During updating security tokens on dashboard there is an error "Unknown RPC service: update_security_token" which prevents from updating tokens. Moreover in case when first gadget on dashboard is not placed inside iframe the update phase isn't invoked at all.
Steps to Reproduce
- Prepare a dashboard with plenty gadgets (some with auto-refresh)
- Make sure first gadget is not embedded inside an iframe
- Check console.log(s) - messages that update token is no needed because there are no gadgets on dashboard should appear.
- Move your gadgets, make sure that iframe gadget is on first slot
- Watch your console, errors about update_security_token should appear in a while (you can invoke the refresh function faster using __st_refresh parameter eg. ?__st_refresh=4000)
Expected Results
- Jira should perform token updates for iframe gadgets in all cases - regardless of order
- Jira should should successfully update security tokens for all gadgets inside iframe
Actual Results
- Jira doesn't perform token updates in case when first gadget is outside an iframe
- Jira throws an exception during token update when there is a mix of outside/inside iframe gadgets without auto-refresh.
Notes
Issue is already fixed and will be shipped with Jira 8.0.
Workaround
There is not known workaround
- is related to
-
JRASERVER-20365 JavaScript errors thrown when gadgets refresh security tokens
-
- Closed
-