-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 9.0.5
-
Component/s: Configuration
-
Severity 3 - Minor
Issue Summary
The Automation > Manage Secret Keys page intermittently renders as a blank page. Automation secrets uses project data to show mapping secrets and projects. If project data is not available by the time secrets screen loads, it results in this error.
Steps to Reproduce
- Tested in JSW version: 9.12.17
- Configuration:
~100 Projects
~20 Secret Keys
~10 Automation Rules - Rules and secrets scoped to 50+ projects each
- Try accessing the page <jira-base>/secure/AutomationGlobalAdminAction!default.jspa#/secret-keys
Expected Results
The Secrets page lists all the secrets
Actual Results
The blank page appears intermittently
The below exception is thrown in the developer's tool console.log:
Uncaught TypeError: Cannot read properties of undefined (reading 'name') at Object.values(o.secretKeys).map(...)
Workaround
Wait for the Automation Rule page to fully load.
- links to