is there a way to format a misc field which gets the timestamp from a transition
I am getting the transition time for when the issue was pushed into the next state
This is, I want to record when the user pushed the button for transition 211
I achieved this with a JIRA Misc customfield defined as Transition Date/Time Field
the formula I am using:
<!-- @TransitionId: 211 -->
it shows its defined as Date Range Picker
it does work and it does show on the screen, but it shows: Yesterday -
when I hoover with the mouse over it on the view screen, I get the correct date and time displayed -
The preferred format is, to show the date as: dd-MM-yyyy HH:MM
is there a way to do this?
thanks so much in advance