In addition to the basic actions, @PLUGIN@ also provides:
add-project : adds a project to the task
remove-project : removes a project from the task
The add-project action adds a project to the task. The first parameter is the project name to add. So for example
action = add-project MyCoolProject
adds the project MyCoolProject to the task.
The remove-project action removes a project from the task. The first parameter is the project name to remove. So for example
action = remove-project MyCoolProject
removes the project MyCoolProject from the task.