Hi,
Need a little help. I must create a field that copy the release date in a issue in string format.
I'm using a script fild with the below script. But is generating in YYYY / MM / DD HH: MM format and need to generate in DD / MM / YYYY format. Is it possible?
|
Date releaseDate = null issue.fixVersions?.each{releaseDate = it.releaseDate} return releaseDate
|
Thanks
return releaseDate.format("dd/MM/yyyy")
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.