IIQ 8.5p1 Upgradation issue

Hi @mautusi_dey,

Since the message keys are already present in identityiq.jar, the issue is likely not related to iiqMessages.properties.
A very similar issue was reported after upgrading to IdentityIQ 8.5, where labels such as Review & Submit and Remove Access were missing even though the text was present in the DOM. The root cause was a customized SailPointBundle.js that was no longer compatible with the upgraded version. Replacing it with the OOTB SailPointBundle.js resolved the problem.

Reference:

I would recommend checking the following:

  1. Compare your deployed SailPointBundle.js with the 8.5p1 OOTB version to determine whether any customizations were retained during the upgrade.
  2. If you have custom JavaScript or UI overrides, temporarily test with the OOTB bundle to see whether the labels reappear.
  3. Clear the browser cache (or perform a hard refresh) after replacing static resources to ensure the updated bundle is loaded.

If the issue persists even with the OOTB bundle, please let us know whether there are any custom plugins, themes, or UI overrides deployed, as they could also affect label rendering after an upgrade.