I have the following in my email body that should be parsed to a new ticket:
...
Discard: 0
SH: 0
...
These dynamic fields are type "checkbox"
I use the following PostMaster filter:
Discard:\s*(?<Discard>.*?)\n?SH:\s*(?<SH>.*?)\n
Set email header: X-OTRS-DynamicField-Discard
Set value: [**\Discard**]
Set email header: X-OTRS-DynamicField-SH
Set value: [**\SH**]
However this doesn't work, the checkboxes are always unchecked when a new ticket is created.
Do you have a clue?

Best,
Thomas
Set email header: X-OTRS-DynamicField-SH
Set value: [**\SH**]