Hello.
I want to change view issue page (http://jira:8080/browse/DIASOFT-502) layout - I want to move "Attachments" block above "Description" block on that page.
I've tried to change fields order in "Configure Screen" (tried to move Attachment field to the first position), but this change affected only Edit Issue screen layout, but not View Issue screen layout. Both of them used the same screen "Software Development Default Issue Screen".
How to change blocks order in View Issue page layout?
Thank you!
Community moderators have prevented the ability to post new answers.
Hi, Arthur.
How are you?
If I understood you right, follow these instructions:
It should redirect you to the page that allows you to change the order of the fields, note that this will change for creating, view and edit screen. If you want to change only one of those you have to select it specifically.
Hope it helps.
Hi.
I have already tried that - "I've tried to change fields order in "Configure Screen" (tried to move Attachment field to the first position), but this change affected only Edit Issue screen layout, but not View Issue screen layout. Both of them used the same screen "Software Development Default Issue Screen"."
But on the issue view page (http://jira.vkab.ru:8080/browse/DIASOFT-502) "Attachments" block is still under the "Description" block:
image2017-3-29 16:46:2.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then maybe this should help you Configuring Fields and Screens.
Other than that I would suggest you open a ticket with Atlassian support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Configuring Fields and Screens" - it is same, what we are talking about now. I have moved it:
image2017-3-29 17:10:47.png
But still no effect on view issue page... (
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you open my first screenshot in a new tab you will see it better, there you can see that there are 3 kinds: create, edit and view. even changing it there you're still can't show it properly?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What am I doing:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The sectional layout in the issue view screen is controlled by code, not field layouts.
You will need to hack the core code to rearrange that view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, what template file contains view of the View Issue Page? I tried to find it in *.jsp files of JIRA on the server, but still not found that file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Depends on the version, but assuming a more recent one, you'll need to:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.