Regarding number fields ,you can edit it's velocity file as well and it's located on this path here:
/atlassian-jira/WEB-INF/classes/templates/plugins/fields/edit/edit-number.vm
Best regards,
Marlon Aguiar
Atlassian Support
Hi,
yes I know, but how I should edit the file? I don't know what I have to do. The provided information is only for text fields and they looks different than number fields so I don't know how to edit them to change the width of the field.
BR Elke
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just remove the class atribute and and add size="10", it should look like this:
<input id="$customField.id" name="$customField.id" type="text" value="$textutils.htmlEncode($!value)" size="10"/>
Just change the number 10 with the number of caracters you want to show up.
Cheers,
Marlon Aguiar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I belive this documentation will help you achieve what you're looking for: https://confluence.atlassian.com/display/JIRA/Changing+the+Size+of+the+Text+Area+Custom+Field
Let me know if this information helps you!
Regards,
Marlon Aguiar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
thank you but this information is not useful for me.
Text field looks different than the number field.
Best Regards
Elke
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.