The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Change size of Work Log Dialog box

Claudiu Serban
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Eric Gemme
Contributor
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 :)

TAGS
AUG Leaders

Atlassian Community Events