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?
Hi @Cristóbal González , can you try this...
{{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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.