-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
8.13.19, 8.20.7, 8.22.1
-
8.13
-
Severity 2 - Major
-
1
-
Issue Summary
This is reproducible on Data Center: yes
While navigation to the System configuration to on/off/change CDN configuration - Content Delivery Network menu item is missing.
REST endpoint may be affected too, as it is not possible to enable CDN via the request.
It is a regression from 8.20.6 and 8.22.0
Steps to Reproduce
- Login as Admin to the Jira.
- Go to the System menu.
- Search using . menu of directly in the menu items.
- Try to enable CDN via the REST (see workaround section).
Expected Results
Content Delivery Network section is there, it is possible to change CDN configuration.
It is possible to perform all operations via the REST - view config/disable/enable.
Actual Results
The content Delivery Network option is missing, it is not possible to see/edit the configuration via the UI.
It is possible only to view config/disable via REST. Enable is not working.
Workaround
There is a potential workaround to see/disable/enable CDN via the REST endpoint. See Configure your CDN for Jira Data Center for the Configure CDN in Jira via REST API section.
Enable of the CDN is not working. Example of the request
curl -X PUT -d '{“enabled”: true, “url”: “https://<CDN url>”}' https://<jira_url>/rest/static-asset-caching/configuration -u admin:<admin_password>
Form Name |
---|