Email Notification via CLI
Hello All,
To make it easier to create notification rules, I would like to provide our users a batch file they just need to run.
Creating and running the file is no problem and works fine, but "Set Email Notifications" should look like this:

Unfortunately, I have not yet been able to find out how to set up "New Value" via the CLI.
When I output the above settings in the CLI (via "Im viewuser") I get the following NotificationRule:
((((field["Assigned User"] <> "me") and (field'["Assigned User"] = "me") and (field["Modified By"] != "admin")) and ((field["Type"] = "Request for Change") or (field["Type"] = "Change Order") or (field["Type"] = "Defect"))))
The "New Value" of "Assigned User [New Value]" is completely missing here. If I would use this in the batch file, I would not get the desired notifications.
How can I set the "New Value" in the CLI? What do I have to enter?
Many thanks in advance!

