I Created a Custom Field, image below:
I created an Automation to fill this new field with the Fix Version release date. I'm using this value to fill the date: {{issue.fixVersions.releaseDate}}. The automation is returning the following error: "(The Version End Date must be of the format "yyyy-MM-dd" (customfield_10035))"
I tried to select the Date Format for the Custom Field (Version End Date) but I could find how to set. Somebody knows how can I fix this error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you add .jiraDate to your smart value it will convert it to the right value:
{{issue.fixVersions.releaseDate.jiraDate}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.