Ferenc is correct - the issue view screen is effectively divided into two parts - one where all the "system" fields are placed and then a section devoted to custom fields. JIRA has no way of knowing where you might feel like placing completely arbitrary custom fields so it keeps them all in one section.
Within that section, you can place them in any order, and you can use tabs. The layout of that area is drawn from the "screen" you are using for issue view. So, let's say you copied the "default screen", added tabs and fields, you would then need to place it in an "issue type screen scheme" to say "use my new screen for issue view", associate that with the issue type and project, and you'll get that view on the issue view. But it will still only cover your custom fields, system fields will be placed in the main header.
The only way to re-arrange this is with code - either hacking the core display code, or botching some form of field re-arrangement in with javascript.
Hi,
But still all the custom fields will be displayed under 'Details' there is no option to create a new section like 'Details', 'Description' and 'Activity', unless i code it.
Is that right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that's what Ferenc and I are saying.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think that it is possible.
What you can do is adding multiple tabs to the Details section, adding your custom field to the first of those tabs, also naming the tab the same as your custom field, so that it gets a little more "visual weight" (if this is your primary goal).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I'd created tabs on a customized screen. When I push th create-Button,then I can see the tabs.
When I open the Issue-screen afterwards, there's only a screen without tabs. The same effect is on the edit-screen.
Greetings
Manfred
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My guess is that: For a "create" screen, you are using your customised screen For the "edit" screen, you are using a different screen, which you have not added tabs to For a "view" screen you have fields on the tabs that have no data, AND/OR you are using a different screen, which you have not added tabs to Have a look at the "issue type screen scheme" to establish what screens are in use
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Manfred, please notice, like i said, the custom fields from inside the tabs will appear under the 'Details' field in the issue view
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://developer.atlassian.com/server/jira/platform/creating-a-custom-field-in-jira/
I think if you follow this tutorial you will get the route to reach your desired results
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lior,
Not sure how helpful this would be to you, but this page explains how to rename system fields in JIRA: https://confluence.atlassian.com/display/JIRAKB/Renaming+System+Fields+in+JIRA
If you have any that you don't use, you might change it to the field that you wish to use?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nov, can custom sections be added with a plugin these days?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nic that is. Autocorrect again
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
;-) Not that I can find. You can still insert tabs of course, but hacking around with the core code is the only way I can find to move a custom field into the panels or get a new panel in place. I may be behind - I've not really tried it since 6.2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Web Panel plugin module might do it? https://developer.atlassian.com/plugins/servlet/mobile#content/view/4227182 I see that zephyr plugin has one
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the answer.
I am not sure what you mean by adding it to the Details section.
How do i add multiple tabs to this section?
I know how to configure the 'Default screen' and add tabs to it, but it doesn't add tabs inside the Issue View.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.