Rule problem with New Value
I'm trying to create a trigger via the CLI and when I run the following command the is set wrong. It should = the [New Value]. The script works... kinda.
im createtrigger --hostname=mks --description="My trigger description" --name="My trigger name" --assign="Some date field"="today" --rule="((field'["Field name"] ="Some Value"))"
Rule Tab
and
|
+- Field name = Some Value
I want it to display as follows
and
|
+- Field name[New Value] = Some Value
The single quote after field is suppose to represent a [New Value], how it is not. My question is why? What is wrong here?

