Hey!
I'm trying to create a cloning rule that copies a ticket from one project to another. On both issue types we have a dropdown field with a list of values that I need to be able to clone in order to allow for a new ticket creation.
I've been basing the JSON on this documentation, using both the "id" and the "value" options with no success. On our instance we have too many fields sharing the same name, so I'm unable to choose this field from the list of fields to set. 

I've already reviewed all the values in the dropdowns and they do match. The only way I've managed to get this to work is using userinputs, which is frustrates the goal to automate post resolution the cloning into the other board. Any advice would be very much appreciated, thank you!