Changes to enabled features such as Support requests and feedback under help panel are not persisted in multi-tenant Aria Automation environments.
To workaround the issue its possible to update the options via curl Api. As best practice precaution snapshot the Aria Automation appliance(s) before proceeding:
1. Login to the affected tenant and open Developer tools and the Network tab in the web browser.
2. Clear network tab tab so that its empty.
3. Save the UI, this will generate output in the Network tab. Use the Preserve log checkbox to persist entries.
4. Select the first call
5. Copy as curl
6. Next, edit that curl command to have the correct option settings like this:
"options":{"communitiesLink":"","disableFeedback":true,"disableSupportRequests":true}
7. Then run the curl in a command prompt, and verify support options are hidden.