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: 

Format Field text on View Screen

aditya verma
February 29, 2016

I am capturing a Checkbox field on my create screen. What I want is when multiple text boxes are selected on Create screen and the issue gets created, then on view screen text of all those selected checkboxes should appear on different line.

Currently it appears on the same line, separated by commas.

Could anyone please help me on this.

 

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
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.
February 29, 2016

That layout is determined by the "view template" for the field.  In order to change it, you'll either need to

  1. inject some javascript to reformat it  javascript (which is likely to be quite hard to make work reliably everywhere, and a nightmare to maintain), or
  2. hack that view template in the core code.
aditya verma
March 1, 2016

Thanks @Nic Brough [Adaptavist] for your comments.