We weren't aware that setting a issue as "Done" was not the same as "Resolving the issue". Now, we're trying to get some reports and some of them are dependent on the date the issue was finished.
"Last update date" wouldn't be enough, as sometimes we update issues that were already finished (for N different reasons) with new info or records. It really would have to be "Last Status Transition".
I assume this would have to be accessed using Smart Values, so it could be used in Automations or CSV Imports.
{{issue.statuscategorychangedate.toDate.jiradate}}
For some reason, the code above doesn't work. I tried multiple syntaxes, all Camel-cases, all lowercases, with and without toDate and jiradate, etc, but anything I tried was capturing no value for an issue that did transition through multiple status...
Is this possible? Am I missing something?
Any tips are appreciated, thanks!
edit: I don't have the option of using any third-party app nor the marketplace etc because I use a company managed instance.