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.
Hi Ritchie,
Nice clue, but where this code should be located? Accessible via Jira or software folders ?
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 :)
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.