Forums

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

Truncating story summary on new boards is AWFUL

Lynn Woody
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!
November 27, 2023

With the "new enhanced" boards, Jira has made it so the summary truncates. It now shows the epic, which I didn't want or care about. Even when I turn off the epic on card, it doesn't change this because I'm using swimlanes.  This makes it super hard to facilitate standup which used to be very straight forward. 

Anyone aware of anything that could be done to get the old version back, not have the summary truncated, or get Jira to recognize that they've put out something that doesn't work for everyone??Screenshot 2023-10-19 at 10.09.57 AM (1).pngScreenshot 2023-10-19 at 10.11.03 AM (1).png

3 answers

0 votes
Ricardo Severo
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!
August 9, 2024

When we started increasing the title of Issues with the description of Subsystems and Features, we also noticed this problem here.

After some research, I saw that the bug is still open and has not been resolved.

However, we found a workaround that may most of the users of Google Chrome.

On the Active Sprint (Board) page, open the browser console and include the following script:

// Function to apply the style
function applyStyle() {
    document.querySelectorAll('.css-1s193e4').forEach((div) => {
        div.setAttribute('style', 'max-width: 100%!important');
    });
}

// Observer to monitor changes in the DOM
const observer = new MutationObserver(() => {
    applyStyle();
});

// Observer settings: observe changes in children and subtrees
observer.observe(document.body, { childList: true, subtree: true });

// Apply or style initially
applyStyle();

You can see that the script above solves the problem, however, it would need to be run every time you enter the page. To do this, you can use a third-party extension so that this script runs automatically every time you access the Board.

Extension: https://violentmonkey.github.io/

Simply install the extension in your browser, include the script and activate it to run on the Board page.

I hope it helps.



0 votes
Mancy (Manman) Xu
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 3, 2024

We met the same issue and the truncated summary are annoying. 

Sent a feedback through JIRA. But not sure whether a response will happen.

Thanks!

0 votes
Martin Trouman
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!
November 28, 2023

I have the same feedback from my organisation - has an official bug been reported on this issue?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events