You are not logged in. Click here to log in.

codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Tags:  tracker items
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!

Tracker Items - How to Remove the Strikethrough Formatting from the Summary or Status Badge of Closed Items?

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

Before modifying the CSS rules, consider that the below steps are untested, unsupported, and that the Support Team is limited in providing assistance on customization topics.
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/