Convert picklist "Value" from string to integer. It also converts the
reverse_lookup search value to integer for backwards compatibility making it so
both of these will work:
at.picklist['Ticket']['Status'].reverse_lookup(1)
at.picklist['Ticket']['Status'].reverse_lookup('1')
Convert picklist "Value" from string to integer. It also converts the reverse_lookup search value to integer for backwards compatibility making it so both of these will work: at.picklist['Ticket']['Status'].reverse_lookup(1) at.picklist['Ticket']['Status'].reverse_lookup('1')