Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Set the width of the right side panel

Micha van Tol January 20, 2025

Since today the right panel of editing/viewing an issue is very wide. I can adjust it per issue, but I can't find where I can fix the width. Does anyone know if this is possible and where I can find it?

5 answers

1 vote
Claudia C Aguado
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 21, 2025

Prior to this week, resizing the right pane would keep it that size (or the right pane was smaller, not certain at this point).  Now it takes up a third of my screen and that is just unnecessary, I have to resize every time I open up a card/issue to read.  It is very time consuming when I go through dozens of cards on an hourly basis.

1 vote
Micha van Tol January 20, 2025

Hi @Manoj Gangwar

Thanks.

I checked it with the browser inspector. See image.

image style.png

This is now 35%. I think it was about 20% before today. For me this is not an improvement.

See example:

example issue view.png

1 vote
Marc - Devoteam
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 Leaders.
January 20, 2025

Hi @Micha van Tol 

This is not able to be set to fixed width.

This is a personal setting stored in your browser cookies. If you set it to a width all issues you view are the same in width, using the same screen.

If you use an external screen, the aspect ratio will be adjusted to the screen size.

1 vote
Manoj Gangwar
Community Champion
January 20, 2025

Hi @Micha van Tol Welcome to the community!

I don't think we can fix it but we can only adjust it.

0 votes
John Doe
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 23, 2025

@Micha van Tol this happened because devs keep stuffing jira with "very useful" AI trash that nobody really needed. They added a "very helpful" "Improve issue" button on the right panel and forcibly increased the column width to "35% + 12px" to line up the buttons in a single row.

If you want to get rid of this "improvement" you can use a browser extension that allows applying custom CSS styles to web pages and use this code to eliminate the AI trash and reduce the column width.

/* ==UserStyle==
@name Jira Cleanup
@namespace github.com/openstyles/stylus
@version 1.0.0
==/UserStyle== */

@-moz-document domain("[put URL of your jira instance here]") {
button[data-testid="issue-smart-request-summary-trigger.ui.jira-smart-summary-standard-button"],
div[data-testid="issue.views.issue-base.foundation.status.improve-issue"] {
display: none !important;
}

div[data-testid="issue.views.issue-details.issue-layout.container-right"] {
flex: 0 1 calc(30% + 12px) !important;
}
}

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events