Loading...
 
 Error
  • Contact the site administrator. The index needs rebuilding.
Features / Usability

Features / Usability


Plugin ListExecute multiple actions on tracker item status

posts: 8633 Israel

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.

There are no comments at this time.