Forums

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

How to show only closed issues strike through?

Satish Patil September 6, 2012

Currently the resolved issues are rendeing with strike-thru font

Is there a way to show the resolved isues with plain text font and closed issues with strike throgh mark?

It is being suggested to update css in jira.Will you please elaborate it?

Referred url : https://answers.atlassian.com/questions/69848/how-to-show-resolved-issues-without-strike-thru-font

2 answers

0 votes
Nic Brough -Adaptavist-
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.
September 6, 2012

Rewrite a chunk of the Jira code.

CSS changes aren't enough because "resolved" and "closed" are not being exposed here. The css class is chosen based purely on whether the issue has the resolution field filled.

To distinguish between status as well as resolution, you need to amend the core code in Jira so that it uses different css classes, and that needs to be aware of status instead of resolution.

0 votes
Nic Brough -Adaptavist-
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.
September 6, 2012

Rewrite a chunk of the Jira code.

CSS changes aren't enough because "resolved" and "closed" are not being exposed here. The css class is chosen based purely on whether the issue has the resolution field filled.

To distinguish between status as well as resolution, you need to amend the core code in Jira so that it uses different css classes, and that needs to be aware of status instead of resolution.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events