I've already found the workaround to hide specific field help texts from issue screens, e.g. https://confluence.atlassian.com/jirakb/how-to-remove-the-start-typing-to-get-a-list-of-possible-matches-or-press-down-to-select-label-from-all-fields-779305894.html.
However, I'd like to remove all the description helps of all the fields and for all the screens. Is it possible or I must dig into all the `.desc` properties of `<JIRA-INSTALL>/atlassian-jira/WEB-INF/classes/com/atlassian/jira/web/action/JiraWebActionSupport.properties` and maybe similar files?
Hi Alessandro,
You would need to modify each file manually per the How to remove the "Start typing to get a list of possible matches or press down to select" label from all fields knowledge base article:
This message is hard-coded in JIRA ...
From what I've seen in the past in and in my research you would need to find the references ending in .desc and remove those from the JiraWebActionSupport.properties file. In addition, I have not run into any additonal files that need to be modified at this time.
I would be sure to backup this file before making modifications and if possible test the changes in a test instance so you can be aware of any impact it may have on your workflow.
Finally, you'll also want to be aware that these changes do not persist through an upgrade. If an upgrade on JIRA is performed, these changes will need to be re-applied.
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.