Forums

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

How to change Multi Select Custom field length using script in JIRA?

Man Che June 20, 2013

I have long option values (longer then 40 characters) and the current setting only allow about 40 characters to be display and the rest is not viewable.

How can I change that?

I found way to change the size, but not the length:
https://confluence.atlassian.com/display/JIRA050/How+to+change+Multi+Select+Custom+field+size+using+script

3 answers

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 26, 2013

You can try the same javascript as the length, but use "width=" instead. You may want to experiment with measurements (e.g. width=50% or width=400px. Remember to check it on small and large screens)

0 votes
Man Che August 1, 2013

Thanks Eva, I kind of know I can "mess" with the velocity file, but I am not knowledgable to do that.

Hi Nic, I did tried various measurements like "width", "length", ... but no luck, if you can finf that magic attribute for me that will be great!

Thanks all for your answer!

0 votes
Eva
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 26, 2013

I could be wrong, but I believe you have to go to the velocity files and edit it based on the view you are on.

Suggest an answer

Log in or Sign up to answer