@harsha33 I don’t think there is any OOTB configuration to hide the bulk change+comment and keep individual line item dates and comments.
You need to create a plugin to hide this. Let us know if you need any help with it.
Note: This post is discussing about missing options, while your’s a different one. Better to start a new post to avoid confusion and to have the conversation focused to the original issue.
Hi @harsha33 Please follow this document: Plugin Development - Compass there is a sample plugin provided which you can use for learning. Basically you need to inject a UI snippet that reads the element of bulk change and comment and hide it.
Go over it and let us know if you have any further queries.
Upon investigation, the root cause was identified as a customized SailPointBundle.js file, which was not properly aligned with the upgraded version.
The issue has now been resolved by replacing the custom SailPointBundle.js with the OOTB (out-of-the-box) version. After this change, the missing options are now functioning as expected.