Hi, I'm trying to find a way to update an optionID for the custom field cascading option. The UPDATE call works itself, but whenever I'm trying to add "optionId" in the payload for the update PUT request, it fails with invalid payload 400 error.
I believe UPDATE does not allow to change the parent of the option, is there any other way to do so? The use case is the following: I am getting custom field options from an external API; and parent there may change, but I want the tickets that have a child option selected to update field value automatically
there is a way to retrieve all tickets that had old child option selected, recreate a child option, and update custom field value for all the retrieved tickets, but maybe there is a better way?