[migration]
 * Introduced new option in *Configuration/Reading Emails*: `Emails being sent to multiple mail accounts will only be read by first account` avoiding the creation of multiple tickets
   * In order to make this option work you need to set the correct email address each mail account is reading. 
   * If the user name of an account appears to be an email, setup will set this email address as account email address. If not, you will need to set this manually.
   * Go to *Configuration/Incoming Mail* and check whether *Account Email Address* is properly set.
 * Tickets WebAPI was modified to state more clearly the purpose of the `fields` entry while creating and updating a ticket.
   * For `create` action the JSON field: `fields` was renamed to `ticketFields` 
   * For `apply` action the JSON field: `fields` was renamed to `stepFields`
   * For both, `create` and `apply` action the JSON field: `extensionArguments` was renamed to `actionArguments`

[migration:de]
 * Es wurde eine neue Option in *Konfiguration/E-Mails empfangen* eingeführt: `E-Mails, die an mehrere Postfächer gesendet wurden, nur im ersten Postfach einlesen` - damit wird vermieden, dass die gleiche E-Mail mehrere neue Tickets erstellt.
   * Damit diese Option funktioniert, müssen Sie für jedes E-Mail-Konto die korrekte E-Mail-Adresse angeben, die gelesen werden soll
   * Wenn der Benutzername eines Kontos eine E-Mail ist, wird diese E-Mail-Adresse als Konto-E-Mail-Adresse eingerichtet. Ist dies nicht der Fall, müssen Sie dies manuell einstellen.
   * Gehen Sie zu *Konfiguration/Posteingangsserver* und überprüfen Sie, ob die *Postfach E-Mail-Adresse* korrekt hinterlegt ist.
 * Die WebAPI für Tickets wurde geändert, um den Zweck des Eintrags "Felder" beim Erstellen und Aktualisieren eines Tickets deutlicher zu machen.
   * Für die Aktion `create` wurde das JSON-Feld `fields` in `ticketFields` umbenannt
   * Für die Aktion `apply` wurde das JSON-Feld `fields` in `stepFields` umbenannt
   * Für beide Aktionen, `create` und `apply`, wurde das JSON-Feld: `extensionArguments` in `actionArguments` umbenannt
