is it possible to resize textarea(multiline) field via jira source? thanks in advance.

Abhijeet Patil November 16, 2015

Regards,

Abhijeet.

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 16, 2015

Yes, you can hack the "template" that draws the field type, and change the size in there.  It affects all fields of that type though, unless you start hard-coding "if" statements into it.

Abhijeet Patil November 18, 2015

Thanks Nic for concentrating this issue, but actually i want content based autosize with respect to its height,is it possible?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 18, 2015

Possible, yes. How, I'm pretty sure you'd need to inject some javascript to do that. I think you could do that in the template (but I avoid Javascript and have not tried to do that myself, so I'm really not sure)

Abhijeet Patil January 7, 2016

it make sense thanks..

Suggest an answer

Log in or Sign up to answer