How can we hide 'Issue Type' help text?

G June 13, 2016

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 

1 answer

0 votes
Mahesh S
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2016

You were almost done! Try this one from the description of Priority itself.

&lt;style&gt;#priority + a{ visibility:hidden; }&lt;/style&gt;
&lt;style&gt;#issuetype + a{ visibility:hidden; }&lt;/style&gt;

The javascript in the browser loads all the code in a single shot. Hence this works.

William Rojas (Black Diamond) July 29, 2016

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.

 

G August 16, 2016

Hi,

I've tried the suggestion but it didn't work for issue types. Did you manage to get it work?

Thanks,

Gaj

 

Suggest an answer

Log in or Sign up to answer