Change size of Work Log Dialog box

Claudiu Serban February 23, 2013

Hello,

We have to set large texts in Work Description field of Work Log dialog box.

Please tell us how to enlarge Work Log dialog box to increase the width and height of Work Description field to be able to insert more easy large formatted texts.

Thank you for your response.

2 answers

0 votes
Eric Gemme March 22, 2014

Hi Ritchie,

Nice clue, but where this code should be located? Accessible via Jira or software folders ?

0 votes
richie_gee
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 5, 2013

Hi there,

You might want to explore further on the codes below

<script type="text/javascript">
desc = document.getElementsByName('description');
description.setAttribute("style", "overflow:hidden;height:250px;");
</script>

I have tested and it increase the height of the description field during issue creation, you can try replacing the id description with the work log dialog box description to see if this helps, place the codes in announcement banner will work.

Hope this helps :)

Suggest an answer

Log in or Sign up to answer