Hello,
i tried to modify the confiforms form field "endtermin" but i get this error: com.atlassian.sal.api.net.ResponseException: Error communicating with Jira, {"errorMessages":[],"errors":{"duedate":"Error parsing date string: 07. Mar 2019"}}
Why can it dont parse my date in yyyy/MM/d ?
Here is my code:
{ "fields": { "project": { "key": "MIB63" }, "summary": "Flyer erstellen", "description": "Zweck der Bestellung: [entry.zweck], Format des Flyers: [entry.flyerformat.value], Sonstige Angaben: [entry.wichtig]", "duedate": "[entry.endtermin.formatDate(yyyy/MM/d]", "issuetype": { "name": "Arbeitsaufgabe" }, } }
ConfiForms uses REST API to communicate with Jira and Jira REST API has own requirement in how the date field shall be formatted
We have made t easier for you and created a
jiraDate
jiraDateTime
virtual functions: https://wiki.vertuna.com/display/CONFIFORMS/Virtual+functions
In your case use
[entry.endtermin.jiraDate]
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.