Hide help icon from Issue type

Neeta Dubey December 19, 2013

I need help in removing help icon from Issuetype. i am able to hide icon from full description and comment field(by changing wiki renderer to default text)

2 answers

1 accepted

1 vote
Answer accepted
RambanamP
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.
December 19, 2013

one way is by editing the following file

.....\atlassian-jira\WEB-INF\classes\templates\jira\issue\field\issuetype-edit.vm

another way you can do it by using javascript!!

Neeta Dubey December 22, 2013

i am able to browse to this location howver but what changes do i need to make hear. I am not very good in coding.

RambanamP
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.
December 22, 2013

i suspect following line need to comment, i have't done this change before

#localHelp ('issue.field.issuetype' 'IssueTypes')

don't forgot to take backup of that file and after complete the changes restart the server

Note: test it on local/test instance first!!

Neeta Dubey January 5, 2014

How can i comment any line...justs by typing <!-- test to be commented -->

RambanamP
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.
January 5, 2014
0 votes
Neeta Dubey January 5, 2014

wow...that worked..thanks a ton!!!

you are the best.

Suggest an answer

Log in or Sign up to answer