When trying to restore an object (either delete, update or insert) I get Object 'xxxx' doesn't support delete operations (or delete or insert)
Why is that
When trying to restore an object (either delete, update or insert) I get Object 'xxxx' doesn't support delete operations (or delete or insert)
Why is that
Hello Meir,
Thank you for contacting Skyvia Support team.
Skyvia works with Jira via the API. Such an issue means that this object does not support the DELETE operation.
Should you have any further questions, let us know.
Best regards,
Nataliia,
Customer Support Engineer
So in case I want to restore an object from the last backup - how do I do it?
Neither update nor insert works, and I get an error.
Hello Meir,
Thank you for the update.
Skyvia works with Jira via the API. Thus there are certain restrictions due to the Jira API peculiarities.
AutoCompleteData does not support Update, Insert and Delete operations.
You can check the following article in the API documentation to know more:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jql/#api-rest-api-3-jql-autocompletedata-get
Note that a similar situation happens in the other objects - ServerInfo, WorkflowStatusCategories, DefaultShareScope etc.
We also recommend that you read the documentation to know more about Restore in Skyvia:
https://docs.skyvia.com/backup/working-with-backed-up-data/restoring-data.html
Should you have any further questions, let us know.
Best regards,
Nataliia,
Customer Support Engineer