LiquidPlanner Classic Forum
Change package_id for Task
*Posted on behalf of Josh Goodenough. Original posting date 2018-01-25.*
Hello,
I am trying to remove a task out of a package. Is this possible? If so, how?
I tried setting the package_id attribute to 0 but it kicks it back with a 500 internal server error code.
Thank you,
Josh
Posted by LiquidPlanner Support almost 5 years ago
What's the difference between `package_after/before` and `move_after/before`?
*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?
Posted by LiquidPlanner Support almost 5 years ago
can you add a task and "package it" at the same time?
*Posted on behalf of Espir. Original posting date 2015-03-18.*
Can you add a task to a project and "package it" in a priority package in one line or do you have to first add the task, then get the task ID and then "package it"?
Posted by LiquidPlanner Support about 5 years ago