Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
I am using jira 5.2.2 -- we want to make comments visible to external and internal customers by default -- to that end, we don't want to give users the option of choosing comment visibility while making a comment. I know you can indicate groups or roles for comment visibility -- but how do I simply turn it off? I just want to remove the padlock/dropdown from the comment section.
Any tips? I can't seem to find a way to do it.
You can remove or edit the dropdown here: /jira/WEB-INF/classes/templates/jira/global.vm
Lines 1-48.
Instead of deleting the Dropdwon, you should add a display:none to the parent div:
<div class="security-level" style="display: none;">
Now you have to restart Jira. After patching Jira, you might have to repeat your changes.
perfect == that works. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The option to disable comment visibility is being tracked by the suggestion below in our public issue tracker:
You may vote on it to increase its visibility with our developers, and also add yourselves as a watcher to be notified of any updates on that issue in the future. The improvement will be addressed by our developers according to our Implementation of New Features Policy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.