Forums

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

Jira Issues should only be crossed out when they are closed is this possible?

Karl Huttner December 7, 2011

Hi,

normally its like that:

"Note that once an issue has been resolved (that is, the issue's Resolution field is not empty), textual references to that issue will show the key in strikethrough text.“

but we would like to have it crossed out only when it is closed.

Is there any possibility to change that?

2 answers

2 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.
December 7, 2011

Not without amending core code. The crossing out is (as you found in the docs), completely based on Resolution. This does make some sense given the structure of Jira actually - I've got quite a few workflows that don't have "closed" at all, and there's a long conversation to be had about it. Driving it off Resolution is not really a good design - it should be driven by a flag on status saying "consider this status resolved", but even that isn't ideal.

To do it without code, you need to amend your workflows so that the resolution only gets set when moving into "closed" status.

0 votes
Thomas Wendel
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.
December 7, 2011

Hi Karl,

You could use a post function in the workflow that automatically sets a resolution when an issue transitioned to the state closed. This solution works quite well for us.

The page Configuring Workflow explains how this is done. The post function you want to use is Update Issue Field.

Cheers,

Thomas

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events