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 customize order and locations fields display in issue

Ashley Jean
Contributor
December 10, 2015

Is there any way to define how/where fields are displayed in an issue view?

In particular, we have some additional open ended fields that the project owner would like to be displayed after the description field. 

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.
December 10, 2015

It requires code to significantly re-arrange the display on the view screen, so no, you can't do this.

JIRA's view moves the "system" fields into a panel, pulls out dates and user-related fields into their own panels and then places the rest in another "custom field" panel.  You can order the fields that end up in the custom field panel, but that's about it as far as layout goes.

Ashley Jean
Contributor
December 10, 2015

Thanks Nic.