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: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new 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 Champions.
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 Champions.
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.

Comments for this post are closed

Community moderators have prevented the ability to post new answers.