Plugin ListExecute multiple actions on tracker item status
Hello,
On the plugin ListExecute it is possible to have an action to change an item status:
Copy to clipboard
{step action="change_status" from="p" to="c"}
What if I want to change Open or Pending to close ?
I tried:
Copy to clipboard
{step action="change_status" from="p" to="c"} {step action="change_status" from="o" to="c"}
and
Copy to clipboard
{step action="change_status" from="o OR p" to="c"}
Both thrown an error.