JIRA ENHANCER Plugin and Last Closing Date: What is the triggering status?

Zdenek Grössl July 8, 2012

Hello,

We are using the JIRA ENHANCER Plugin and the feature Last Closing Date. Recently we had to change the workflows and the statuses of the workflow (we are using the status "ChrIT Closed" instead of "Closed".

The Last Closing date is not logged any more, if we close the issue.

Is there any way to configure the plugin to react on transition to desired status?

Thank you,

Zdenek

2 answers

1 vote
Colin Goudie
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.
July 8, 2012

You probably need to modify the source and change the status it is looking at.

See this source file here

https://bitbucket.org/appfusions/jira-enhancer-plugin/src/50c3bf12be3c/src/main/java/com/tuncaysenturk/jira/plugins/LastClosedDateCFType.java

You can see that the status it is looking at is IssueFieldConstants.CLOSED_STATUS_ID;

0 votes
Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 11, 2012

Colin is right,

All state based custom fields are looking for ID's except reopenings.

So if you want to change the name of closing action, just rename "Close Issue" in order to see Last Closed Date and user custom fields work.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events