Hi,
We can hide priority help text on field configuration via
<style>#priority + a{ visibility:hidden; }</style>
But can someone tell me how we can hide the local help text next to issue types?
Cheers,
Gaj
You were almost done! Try this one from the description of Priority itself.
<style>#priority + a{ visibility:hidden; }</style> <style>#issuetype + a{ visibility:hidden; }</style>
The javascript in the browser loads all the code in a single shot. Hence this works.
Hello,
Is the issue type help text you are referring to, that "?" icon that appears next to the field?
Can you please provide the name of the jsp that needs to be updated with this 'fix'
Thanks.
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.