I want to customize the Jira issue layout by adding a third panel (box) alongside the existing "Details" and "More Fields" sections in the right sidebar. Currently, I see only two sections, but I would like to introduce a third one to display additional information.
Is there a way to configure this through Jira settings, or would this require custom development? If it's possible, what steps should I follow?
Screenshot attached for reference.
Hi @Melisa K_ Savich , welcome to the community.
Unfortunately, no, there is no means of configuring the display in this manner.
Ah, boo. Thank you for confirming!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can absolutely add a new panel to the right-bar if you are willing to develop an app!
Apps can declare a special module type which will add that UI element. We are using it in our apps like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Melisa K_ Savich - hi Melisa!
Let's pretend you could add a panel. If you could, what would you want to put in the panel?
If there are fields you don't want to forget about, consider pinning them to your view: https://support.atlassian.com/jira-software-cloud/docs/pin-a-field-to-the-top-of-an-issue/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your response, Dave!
What I’m looking to do is group similar fields into separate panels to improve the visual organization of the issue layout. Ideally, I’d like:
This setup would help my team quickly find relevant fields based on the stage of work while keeping the layout clean.
I checked the pinning feature, but that only allows users to customize their own views individually—it doesn’t enforce a consistent layout across the organization. Is there a way to structure the issue layout at the org level so all users see the same grouped sections? Would this require an app or custom development?
Appreciate any insights!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, this helps!
If you want fields to always be shown - even when empty - there's a way to do this by modifying your project's Issue Layout.
https://support.atlassian.com/jira-cloud-administration/docs/configure-issue-layout/
The subtlety of whether a field is required or not won't be indicated on the issue view, unfortunately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Melisa K_ Savich you can add tabs to the screens to save space. This can also help organize fields, making the Create Issue screen more compact and structured.
Check this out:
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.