According to the documentation, I can set the field formattedDate
to an empty string to clear it, but it doesn't work in my case. The response always returns "formattedDate must not be empty" whenever I set it to an empty string.
Here is the evidence:
Hi Thinh Le,
Did you try omitting the formattedDate
property entirely or explicitly setting the date
object to null?
{
"editedFieldsInput": {
"datePickerFields": [
{
"fieldId": "duedate",
"date": null
}
]
},
"selectedActions": ["duedate"],
"selectedIssueIdsOrKeys": ["10309"],
"sendBulkNotification": false
}
I've tried setting it to null and empty string, but nothing worked.
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.