IMPORTANT! The information on this page is unverified and unsupported. Always double-check the accuracy of the solutions provided. Evaluate and test the impact on any environments!
Description
The Summary/Status badge is displayed with strikethrough formatting in case of items in closed status (e.g., Done, Closed):
Observed on
- codebeamer 21.04-SP1 (EMMA)
Solution
Two options are available to remove the strikethrough formatting:
Unlinking the status from its Closed meaning
1. Within a tracker, go to Configure ► Fields ► Status ► Options, and click on the relevant Status badge
2. Deselect the Closed checkbox in the Meaning section, and click on [OK]
3. After the change, items in Done status will no longer have the strikethrough formatting over the Summary and Status badge.
Carefully assess if the above change is suitable to the used environment. By following such approach, the status Meaning is also changed, affecting other parts of codebeamer, like Reports.
Modifying the CSS styling rules
The below is a system-wide change which is reflected anywhere in codebeamer. It is not possible to target certain projects or trackers. Only an administrator with write access onto the codebeamer files is able to apply the changes.
1. To remove the strikethrough formatting from the buttons (badges), go to "../tomcat/webapps/cb/stylesheet/CB-Style.css" file
2. For its .issueStatusClosed class, change the text-decoration from line-through to none, as below:
.issueStatusClosed {
background: #187a6d; /* green */
text-decoration: none !important;
}
3. For the Summary, find the "../tomcat/webapps/cb/stylesheet/newskin.css" file
4. For its .lineThrough class, change the text-decoration from line-through to none:
.lineThrough {
text-decoration: none !important;
}
For any other Support options, questions, or inputs, visit: https://intland.com/technical-support/