Any help appreciated.
I am getting this error:
Error creating issue
The duedate must be of the format "yyyy-MM-dd" (duedate). The Start date must be of the format 'yyyy-MM-dd" (customfield 10015) Issue was created successfully, however some unexpected errors occurred -
My code is:
{
"fields": {
"duedate": "{{issue.duedate.plusMonths(3).format("dd/MM/yyyy")}}",
"customfield_10015": "{{issue.fields.customfield_10015.plusMonths(3).format("dd/MM/yyyy")}}"
},
"update": {
"labels": [
{
"add": "cloned"
}
]
}
}
Hello Richard,
Please try changing the format due date and start as "yyyy-MM-dd" in the code
Thanks
shiva
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.