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: 

Define the width of number or text field

Elke Perner
Contributor
April 10, 2013

Hello,

does anyone knows how I can define the width of a number field or of a text field?

Best Regards

Elke

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Marlon Aguiar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 10, 2013

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

Elke Perner
Contributor
April 10, 2013

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

Marlon Aguiar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 10, 2013

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

0 votes
Marlon Aguiar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 10, 2013

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

Elke Perner
Contributor
April 10, 2013

Hello,

thank you but this information is not useful for me.

Text field looks different than the number field.

Best Regards

Elke

TAGS
AUG Leaders

Atlassian Community Events