LiquidPlanner Classic Forum

Ask a Question
Back to All

What's the difference between `package_after/before` and `move_after/before`?

(edited)

Posted on behalf of Ryan Rembert. Original posting date 2016-12-09.

I want to have a task from a lower priority package referenced in a higher priority package. The task is nested in the lower prio package like this: Package > Project > Task. Higher prio package is nested like this: Package > Task.

Both of these requests seem to accomplish the same thing:

POST /workspace/{workspace_id}/tasks/{task_id}/move_after?owner_id={higher_pkg_id}
POST /workspace/{workspace_id}/tasks/{task_id}/package_after?owner_id={higher_pkg_id}

If there is a difference between the two, when and how should they be used?