Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,507,020
Community Members
 
Community Events
180
Community Groups

How to change blocks order in view issue page layout?

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!

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote

Hi, Arthur.

How are you?

If I understood you right, follow these instructions:

  1. Go to your project settings, on the left menu select Screens
    Screen Shot 2017-03-29 at 10.28.02 AM.png
  2. Then select wich issue type you want to change the screen and click on the pencil to edit.
  3. Click on the *Default Issue Screen* 
    Screen Shot 2017-03-29 at 10.28.26 AM.png

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. smile

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

Then maybe this should help you Configuring Fields and Screens.

Other than that I would suggest you open a ticket with Atlassian support.

"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... (

That option changed only the Edit issue:

image2017-3-29 17:12:45.png

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?

What am I doing:

  1. Settings - Projects (http://jira.vkab.ru:8080/secure/project/ViewProjects.jspa)
  2. Selected project (http://jira.vkab.ru:8080/plugins/servlet/project-config/DIASOFT/summary)
  3. Selected Screens (http://jira.vkab.ru:8080/plugins/servlet/project-config/DIASOFT/screens)
  4. Clicked on "Software Development Default Issue Screen" near "Edit Issue". 
  5. On the opened "Configure Screen" page (http://jira.vkab.ru:8080/secure/admin/ConfigureFieldScreen.jspa?id=10000) I've dragged "Attachment" to the top of the list.
  6. Checked again view issue page (http://jira.vkab.ru:8080/browse/DIASOFT-502) - "Attachments" block still under the "Description" block. sad
0 votes

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.

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.

Depends on the version, but assuming a more recent one, you'll need to:

  • download the source for the  system issue views add-on (a lot of JIRA is packaged as add-ons)
  • amend that (not just one simple template, there's a load of files that work together inside the add-on)
  • recompile it 
  • add it back into your install, replacing the "system" one.
TAGS
AUG Leaders

Atlassian Community Events