I'm working in a Jira Data Center environment and cannot seem to find a Smart Value in Jira Automation that will allow me to insert a Smart Value in the French language for "Months" of the year. I have identified the proper English ones but when I try to apply Smart Value functions (found on the "Cloud documentation") pertaining to Language I get no results. I got no errors but no results either (see list of Smart Value attempts below)
The ones that I need that are functioning in English are:
Any idea on how to successfully translate the month to French in each of my English examples?
Thanks,
Vince
Hi @Vincenzo Ciaravella ,
seems like working on my side:
Have you tried to first use the .locale() and then the .format() ?
following smart value worked for me:
{{now.locale("fr").format("MMMM yyyy")}}
Please let me know if this helps.
Best
Stefan
Hi @Vincenzo Ciaravella ,
Is there any feedback on the suggested solution? Could that be tested already?
In case the solution works please consider to accept the answer in order to get this question marked "solved" and make it easier for other users to find solutions to their problems.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Stephan!!! That was exactly what I was looking for!!!
Cheers
Vince
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.